city property

  1. @JsonKey(fromJson: stringNullableFromJson)
String? city
final

city: 城市名称,若为直辖市则显示直辖市名称;如果为局域网网段内IP或者非法IP或国外IP,则返回空

Implementation

@JsonKey(fromJson: stringNullableFromJson)
final String? city;