amount property

double? amount

Implementation

double? get amount => _amount;
void amount=(double? amount)

Implementation

set amount(double? amount) => _amount = amount;