amount property
dynamic
get
amount
Implementation
get amount => this._amount;
set
amount
(dynamic value)
Implementation
set amount(value) => this._amount = value;