UVehicleUpdateParams constructor
UVehicleUpdateParams({})
Implementation
UVehicleUpdateParams({
required this.id,
this.addTags,
this.removeTags,
this.tags,
this.brand,
this.color,
this.detail1,
this.detail2,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
this.licencePlate,
});