BMFRouteLine constructor
- {int? distance,
- BMFTime? duration,
- BMFRouteNode? starting,
- BMFRouteNode? terminal,
- String? title}
有参构造
Implementation
BMFRouteLine({
this.distance,
this.duration,
this.starting,
this.terminal,
this.title,
});
有参构造
BMFRouteLine({
this.distance,
this.duration,
this.starting,
this.terminal,
this.title,
});