Info constructor

Info({
  1. String? mobileNumber,
  2. String? pOIType,
  3. String? pOI,
  4. String? poiemail,
  5. String? nameOnCard,
  6. String? poidob,
  7. String? poigender,
  8. String? firstName,
  9. String? lastName,
  10. String? geolocation,
  11. String? isMobileNumberVerified,
  12. String? isEmailIDVerified,
  13. String? memberID,
  14. String? pOIVerified,
  15. String? mMID,
  16. String? accountNo,
  17. String? poahouse,
  18. String? poaco,
  19. String? poadist,
  20. String? poaloc,
  21. String? poastate,
  22. String? pAN,
  23. String? ekycStatus,
})

Implementation

Info(
    {this.mobileNumber,
      this.pOIType,
      this.pOI,
      this.poiemail,
      this.nameOnCard,
      this.poidob,
      this.poigender,
      this.firstName,
      this.lastName,
      this.geolocation,
      this.isMobileNumberVerified,
      this.isEmailIDVerified,
      this.memberID,
      this.pOIVerified,
      this.mMID,
      this.accountNo,
      this.poahouse,
      this.poaco,
      this.poadist,
      this.poaloc,
      this.poastate,
      this.pAN,
      this.ekycStatus});