UVehicleCreateParams constructor
UVehicleCreateParams({})
Implementation
UVehicleCreateParams({
required this.licencePlate,
required this.tags,
this.id,
this.title,
this.brand,
this.color,
this.detail1,
this.detail2,
this.creatorId,
this.adminUserIds,
});