BMFRouteNode constructor
BMFRouteNode({
- String? uid,
- String? title,
- BMFCoordinate? location,
有参构造
Implementation
BMFRouteNode({this.uid, this.title, this.location});