Funnels constructor
Funnels({})
Implementation
Funnels({
this.id,
this.creatorId,
this.currencyId,
this.name,
this.logo,
this.dealsCount,
this.dealsAmount,
this.isPrivate,
this.isBookmarked,
this.createdAt,
this.updatedAt,
this.team,
});