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