UVehicleReadParams constructor
UVehicleReadParams({})
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,
});