StatusFunnels constructor

StatusFunnels({
  1. String? id,
  2. String? creatorId,
  3. String? name,
  4. int? dealsCount,
  5. int? dealsAmount,
  6. DateTime? createdAt,
  7. DateTime? updatedAt,
})

Implementation

StatusFunnels({
  this.id,
  this.creatorId,
  this.name,
  this.dealsCount,
  this.dealsAmount,
  this.createdAt,
  this.updatedAt,
});