Data constructor
Implementation
Data({
this.uid,
this.email,
this.firstName,
this.lastName,
this.phone,
this.countryCode,
this.country,
this.photo,
this.userRole,
this.createdAt,
this.isActive,
this.isSubAgent,
});
Data({
this.uid,
this.email,
this.firstName,
this.lastName,
this.phone,
this.countryCode,
this.country,
this.photo,
this.userRole,
this.createdAt,
this.isActive,
this.isSubAgent,
});