city property
city: 城市名称,若为直辖市则显示直辖市名称;如果为局域网网段内IP或者非法IP或国外IP,则返回空
Implementation
@JsonKey(fromJson: stringNullableFromJson)
final String? city;
city: 城市名称,若为直辖市则显示直辖市名称;如果为局域网网段内IP或者非法IP或国外IP,则返回空
@JsonKey(fromJson: stringNullableFromJson)
final String? city;