Info constructor
Info({
- String? mobileNumber,
- String? pOIType,
- String? pOI,
- String? poiemail,
- String? nameOnCard,
- String? poidob,
- String? poigender,
- String? firstName,
- String? lastName,
- String? geolocation,
- String? isMobileNumberVerified,
- String? isEmailIDVerified,
- String? memberID,
- String? pOIVerified,
- String? mMID,
- String? accountNo,
- String? poahouse,
- String? poaco,
- String? poadist,
- String? poaloc,
- String? poastate,
- String? pAN,
- 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});