Result class

CityPicker 返回的 Result 结果函数

Constructors

Result({required String provinceId, required String cityId, required String areaId, required String provinceName, required String cityName, required String areaName})

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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