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