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