amount property

double? amount

Property getter and setter for amount:

Implementation

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

Implementation

set amount(double? amount);