amount property
int?
get
amount
Implementation
int? get amount => _$this._amount;
set
amount
(int? amount)
Implementation
set amount(int? amount) => _$this._amount = amount;