neighborhood property
@JsonKey(defaultValue: ''), read / write
According to Android's doc, this can help disambiguate a street address in cases the same city has several streets with the same name. Android only.
Implementation
@JsonKey(defaultValue: '')
String neighborhood;