BMFBaseIndoorMapInfo class
此类表示室内图基础信息
Constructors
-
BMFBaseIndoorMapInfo({String? strID, String? strFloor, List<
String> ? listStrFloors}) - BMFBaseIndoorMapInfo构造方法
- BMFBaseIndoorMapInfo.fromMap(Map map)
- map => BMFBaseIndoorMapInfo
Properties
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