ResidentialInfo constructor

ResidentialInfo(
  1. String address,
  2. String lgaOfResidence,
  3. String stateOfResidence,
  4. String residenceStatus,
)

Implementation

ResidentialInfo(this.address, this.lgaOfResidence, this.stateOfResidence,
    this.residenceStatus);