EventsResponse constructor

EventsResponse({
  1. int? idPerson,
  2. int? salutationId,
  3. String? mobileNo,
  4. String? alternateMobNo,
  5. String? phoneNo,
  6. int? createdBy,
  7. String? dateOfBirth,
  8. String? createdOn,
  9. String? firstName,
  10. String? midName,
  11. String? lastName,
  12. String? primaryEmail,
  13. String? alternateEmail,
  14. String? comments,
  15. String? salutationName,
  16. String? dateOfBirthStr,
  17. int? dobDay,
  18. int? dobMonth,
  19. int? dobYear,
  20. int? anniDay,
  21. int? anniMonth,
  22. int? anniYear,
  23. String? dateOfAnniversary,
  24. int? otherDesignationId,
  25. int? idOrganization,
  26. String? firmName,
  27. String? personType,
  28. int? idPersonType,
  29. int? idRole,
})

Implementation

EventsResponse(
    {this.idPerson,
    this.salutationId,
    this.mobileNo,
    this.alternateMobNo,
    this.phoneNo,
    this.createdBy,
    this.dateOfBirth,
    this.createdOn,
    this.firstName,
    this.midName,
    this.lastName,
    this.primaryEmail,
    this.alternateEmail,
    this.comments,
    this.salutationName,
    this.dateOfBirthStr,
    this.dobDay,
    this.dobMonth,
    this.dobYear,
    this.anniDay,
    this.anniMonth,
    this.anniYear,
    this.dateOfAnniversary,
    this.otherDesignationId,
    this.idOrganization,
    this.firmName,
    this.personType,
    this.idPersonType,
    this.idRole});