amount property
int
get
amount
Implementation
int get amount => _amount;
set
amount
(int value)
Implementation
set amount(int value) => _amount = value;