ResidentialInfo constructor

ResidentialInfo(
  1. String stateOfResidence,
  2. String lgaOfResidence,
  3. String residentialAddress
)

Implementation

ResidentialInfo(
    this.stateOfResidence, this.lgaOfResidence, this.residentialAddress);