UFreewayTollsItem constructor

UFreewayTollsItem({
  1. String? id,
  2. String? date,
  3. String? price,
  4. String? gateway,
  5. String? freeway,
})

Implementation

UFreewayTollsItem({
  this.id,
  this.date,
  this.price,
  this.gateway,
  this.freeway,
});