BrnSelectCityModel class

城市选择数据类

Inheritance

Constructors

BrnSelectCityModel({required String name, String tagIndex = "", String? namePinyin, String tag = "", String cityCode = ""})
BrnSelectCityModel.fromJson(Map<String, dynamic> json)

Properties

cityCode String
城市编码
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isShowSuspension bool
getter/setter pairinherited
name String
城市名称
getter/setter pairoverride
namePinyin String?
拼音
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
城市 name 对应的锚点 tag
getter/setter pairoverride
tagIndex String
城市名称前这是的标记符号
getter/setter pair

Methods

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

Operators

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