BMFRouteNode class Null safety

此类表示路线中的一节点,节点包括:路线起终点,公交站点等

Implementers

Constructors

BMFRouteNode({String? uid, String? title, dynamic location})
有参构造
BMFRouteNode.fromMap(Map map)
map => BMFRouteNode

Properties

hashCode → int
The hash code for this object.
read-only, inherited
location ↔ dynamic
该节点的坐标
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
title ↔ String?
该节点的名称
read / write
uid ↔ String?
该节点uid
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