locale property

  1. @JsonKey(defaultValue: 'en_US')
String locale
final

The locale of the city / entity used in the fare calculation, for example en_US

Implementation

@JsonKey(defaultValue: 'en_US')
final String locale;