BMFPlanNode constructor

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

有参构造

Implementation

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