BMFPlanNode constructor
- {String? cityName,
- int? cityID,
- String? name,
- BMFCoordinate? pt,
- String? uid}
有参构造
Implementation
BMFPlanNode({this.cityName, this.cityID, this.name, this.pt, this.uid});
有参构造
BMFPlanNode({this.cityName, this.cityID, this.name, this.pt, this.uid});