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