EventsResponse constructor
EventsResponse({
- int? idPerson,
- int? salutationId,
- String? mobileNo,
- String? alternateMobNo,
- String? phoneNo,
- int? createdBy,
- String? dateOfBirth,
- String? createdOn,
- String? firstName,
- String? midName,
- String? lastName,
- String? primaryEmail,
- String? alternateEmail,
- String? comments,
- String? salutationName,
- String? dateOfBirthStr,
- int? dobDay,
- int? dobMonth,
- int? dobYear,
- int? anniDay,
- int? anniMonth,
- int? anniYear,
- String? dateOfAnniversary,
- int? otherDesignationId,
- int? idOrganization,
- String? firmName,
- String? personType,
- int? idPersonType,
- 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});