RegisterModel constructor Null safety
Implementation
RegisterModel({
this.password,
this.conditionAgreement,
this.mobileType,
this.isSubscribed,
this.deviceId,
this.id,
this.firstName,
this.lastName,
this.mobile,
this.email,
this.isActive,
this.zoneId,
this.gender,
});