BMFBaseIndoorMapInfo class

此类表示室内图基础信息

Constructors

BMFBaseIndoorMapInfo({String? strID, String? strFloor, List<String>? listStrFloors})
BMFBaseIndoorMapInfo构造方法
BMFBaseIndoorMapInfo.fromMap(Map map)
map => BMFBaseIndoorMapInfo

Properties

hashCode → int
The hash code for this object.
no setterinherited
listStrFloors ↔ List<String>?
所有楼层信息
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
strFloor ↔ String?
当前楼层
getter/setter pair
strID ↔ String?
室内ID
getter/setter pair

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
model -> map
toString() → String
A string representation of this object.
inherited

Operators

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