BMFPlanNode constructor Null safety

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

有参构造

Implementation

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