totalFare property

  1. @JsonKey(name: 'total_fare', defaultValue: 0.0)
double totalFare
final

The total fare in the local currency (see currencySymbol) Includes intialFare, meteredFare and tipAmount

Implementation

@JsonKey(name: 'total_fare', defaultValue: 0.0)
final double totalFare;