BMFTaxiInfo constructor
- {String desc,
- int distance,
- int duration,
- double perKMPrice,
- double startPrice,
- double totalPrice}
有参构造
Implementation
BMFTaxiInfo(
{this.desc,
this.distance,
this.duration,
this.perKMPrice,
this.startPrice,
this.totalPrice});