Deal constructor
Deal({})
Implementation
Deal({
this.id,
this.creatorId,
this.funnelId,
this.statusId,
this.executorId,
this.organizationId,
this.contactId,
this.title,
this.description,
this.amount,
this.winStatus,
});