amount property
double?
get
amount
Implementation
double? get amount => _amount;
set
amount
(double? amount)
Implementation
set amount(double? amount) => _amount = amount;