actualAmount property

double? actualAmount

Implementation

double? get actualAmount => _actualAmount;
void actualAmount=(double? actualAmount)

Implementation

set actualAmount(double? actualAmount) => _actualAmount = actualAmount;