totalPriceAmount property

int? get totalPriceAmount

the cost in hundredths of a unit of currency.

Implementation

int? get totalPriceAmount => totalPrice?['amount'];