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