UFreewayTollsParams constructor

UFreewayTollsParams({
  1. required String licencePlate,
  2. bool refresh = false,
})

Implementation

UFreewayTollsParams({
  required this.licencePlate,
  this.refresh = false,
});