Result class

CityPicker 返回的 Result 结果函数

Constructors

Result({String? provinceId, String? cityId, String? areaId, String? villageId, String? provinceName, String? cityName, String? areaName, String? villageName})

Properties

areaId String?
areaId
getter/setter pair
areaName String?
areaName
getter/setter pair
cityId String?
cityId
getter/setter pair
cityName String?
cityName
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
provinceId String?
provinceId
getter/setter pair
provinceName String?
provinceName
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
villageId String?
getter/setter pair
villageName String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
string json
override

Operators

operator ==(Object other) bool
The equality operator.
inherited