shortCity property

  1. @JsonKey(name: 'short_city')
String? shortCity
final

The short city name, e.g. 'SF' or 'Brookline'

Implementation

@JsonKey(name: 'short_city')
final String? shortCity;