PersonalData constructor
PersonalData({
- int? residentTypeId,
- int? genderId,
- String? birthdate,
- String? secretWord,
- IndividualName? individualName,
- IdentityDocument? identityDocument,
- RegistrationAddress? registrationAddress,
Implementation
PersonalData({
this.residentTypeId,
this.genderId,
this.birthdate,
this.secretWord,
this.individualName,
this.identityDocument,
this.registrationAddress,
});