Person constructor
Person({})
Implementation
Person({
required this.id,
this.nmae,
this.email,
this.phone,
this.birthdate,
this.personalNumber,
this.coordinationNumber,
this.gdNumber,
this.countryResidence,
this.isPep,
this.isSancyioned,
});