BMFBusStation class

此类表示公交站点信息

Inheritance

Constructors

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

Properties

hashCode → int
The hash code for this object.
no setterinherited
location ↔ BMFCoordinate?
该节点的坐标
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
title ↔ String?
该节点的名称
getter/setter pairinherited
uid ↔ String?
该节点uid
getter/setter pairinherited

Methods

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

Operators

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