BMFPlanNode constructor

BMFPlanNode(
  1. {String? cityName,
  2. int? cityID,
  3. String? name,
  4. BMFCoordinate? pt,
  5. String? uid}
)

有参构造

Implementation

BMFPlanNode({this.cityName, this.cityID, this.name, this.pt, this.uid});