AgentData constructor
Implementation
AgentData(
{this.uid,
this.email,
this.firstName,
this.lastName,
this.phone,
this.countryCode,
this.country,
this.role,
this.isActive,
this.createdAt,
this.updatedAt,
this.hasDefaultPassword,
this.imgUrl});