city property

  1. @JsonKey.new(name: 'city')
String? city
getter/setter pair

Implementation

@JsonKey(name: 'city')
String? city;