BMFBaseIndoorMapInfo class Null safety

此类表示室内图基础信息

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.
read-only, inherited
listStrFloors ↔ List<String>?
所有楼层信息
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
strFloor ↔ String?
当前楼层
read / write
strID ↔ String?
室内ID
read / write

Methods

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

Operators

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