totalReturnInfantOnLapsDiscountAmount property
Implementation
double get totalReturnInfantOnLapsDiscountAmount =>
double.parse((returnDiscountedPrice * 0.1 * infantsInLap).toString());
double get totalReturnInfantOnLapsDiscountAmount =>
double.parse((returnDiscountedPrice * 0.1 * infantsInLap).toString());