BMFVehicleInfo constructor
- {String uid,
- String title,
- int passStationNum,
- int totalPrice,
- int zonePrice}
有参构造
Implementation
BMFVehicleInfo(
{this.uid,
this.title,
this.passStationNum,
this.totalPrice,
this.zonePrice});
有参构造
BMFVehicleInfo(
{this.uid,
this.title,
this.passStationNum,
this.totalPrice,
this.zonePrice});