OnTotalChange

data class OnTotalChange(val total: Int) : AddEditEvent

Constructors

Link copied to clipboard
constructor(total: Int)

Properties

Link copied to clipboard
val total: Int