TruckInfo constructor

TruckInfo({
  1. String? plateProvince,
  2. String? plateNumber,
  3. double? truckAxis,
  4. double? truckHeight,
  5. double? truckWidth,
  6. double? truckLoad,
  7. double? truckWeight,
})

Implementation

TruckInfo({this.plateProvince, this.plateNumber, this.truckAxis, this.truckHeight, this.truckWidth, this.truckLoad, this.truckWeight});