postalCode property

String postalCode
@JsonKey(defaultValue: ''), read / write

Zip code (US), postcode (UK), etc.

Implementation

@JsonKey(defaultValue: '')
String postalCode;