BMFIndoorStepNode class Null safety

室内路线结点

Constructors

BMFIndoorStepNode({dynamic coordinate, BMFIndoorStepNodeType? type, String? desc})
有参构造
BMFIndoorStepNode.fromMap(Map map)
map => BMFIndoorStepNode

Properties

coordinate ↔ dynamic
坐标
read / write
desc ↔ String?
描述
read / write
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
type BMFIndoorStepNodeType?
类型
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