FavoritesUpdate constructor
FavoritesUpdate({})
Returns a new FavoritesUpdate instance.
Implementation
FavoritesUpdate({
this.assetId,
this.userId,
this.companyId,
this.notes,
this.category,
this.priority,
});
Returns a new FavoritesUpdate instance.
FavoritesUpdate({
this.assetId,
this.userId,
this.companyId,
this.notes,
this.category,
this.priority,
});