totalPrice property

Map<String, dynamic>? get totalPrice

The total cost of the order.

Implementation

Map<String, dynamic>? get totalPrice => payload['total_price'];