amount property

int amount

Implementation

int get amount => _amount;
void amount=(int value)

Implementation

set amount(int value) => _amount = value;