flutter_baidu_mapapi_search
flutter_baidu_mapapi_search
BMFIndoorPlanNode
toMap method
toMap
toMap
method
Null safety
@override
Map
<
String
,
Object?
>
toMap
(
)
Implementation
@override Map<String, Object?> toMap() { return {'floor': this.floor, 'pt': this.pt?.toMap()}; }
flutter_baidu_mapapi_search
flutter_baidu_mapapi_search
BMFIndoorPlanNode
toMap method
BMFIndoorPlanNode class
Constructors
BMFIndoorPlanNode
fromMap
Properties
floor
hashCode
pt
runtimeType
Methods
fromMap
noSuchMethod
toMap
toString
Operators
operator ==