totalPriceText property

String? get totalPriceText

a string representation of the order value.

Implementation

String? get totalPriceText => totalPrice?['text'];