CrmLead constructor

CrmLead({
  1. int? isPro,
  2. String? firstName,
  3. String? lastName,
  4. String? email,
  5. String? website,
  6. String? mobilePhone,
  7. String? mobilePrefix,
  8. String? fixPhone,
  9. String? fixPrefix,
  10. int? organisationId,
  11. String? street,
  12. String? zip,
  13. String? city,
  14. String? state,
  15. String? country,
  16. int? statusId,
  17. String? comment,
  18. String? mainLanguage,
  19. String? secondaryLanguage,
  20. int? crmOrganisationId,
  21. int? id,
  22. String? uuid,
  23. int? createdBy,
  24. int? createdAt,
  25. int? deletedAt,
  26. CrmStatus? status,
  27. String? thumbnail,
})

Implementation

CrmLead({
  this.isPro,
  this.firstName,
  this.lastName,
  this.email,
  this.website,
  this.mobilePhone,
  this.mobilePrefix,
  this.fixPhone,
  this.fixPrefix,
  this.organisationId,
  this.street,
  this.zip,
  this.city,
  this.state,
  this.country,
  this.statusId,
  this.comment,
  this.mainLanguage,
  this.secondaryLanguage,
  this.crmOrganisationId,
  this.id,
  this.uuid,
  this.createdBy,
  this.createdAt,
  this.deletedAt,
  this.status,
  this.thumbnail,
});