UVehicleReadParams constructor

UVehicleReadParams({
  1. required VehicleSelectorArgs? selectorArgs,
  2. int? pageSize,
  3. int? pageNumber,
  4. DateTime? fromCreatedAt,
  5. DateTime? toCreatedAt,
  6. List<int>? tags,
  7. List<String>? ids,
  8. String? creatorId,
  9. int? orderBy,
  10. String? licencePlate,
  11. String? brand,
  12. String? color,
})

Implementation

UVehicleReadParams({
  required this.selectorArgs,
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.tags,
  this.ids,
  this.creatorId,
  this.orderBy,
  this.licencePlate,
  this.brand,
  this.color,
});