state property

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

State (in the US).

On Android (which calls it "region") this also represent the province (Canada), county (Ireland), Land (Germany), department (France), etc. On iOS those are defined in subAdminArea instead.

Implementation

@JsonKey(defaultValue: '')
String state;