priceAmount property

int? get priceAmount

the price of a product in hundredths of a currency unit.

Implementation

int? get priceAmount => _price?['amount'];