Agent constructor
Agent({ - String? uid,
- String? email,
- String? firstName,
- String? lastName,
- String? phone,
- String? countryCode,
- String? country,
- String? password,
- String? role,
- bool? isActive,
- String? createdAt,
- String? updatedAt,
- String? hasDefaultPassword,
- String? imgUrl,
- String? subscriber,
})
Implementation
Agent(
{this.uid,
this.email,
this.firstName,
this.lastName,
this.phone,
this.countryCode,
this.country,
this.password,
this.role,
this.isActive,
this.createdAt,
this.updatedAt,
this.hasDefaultPassword,
this.imgUrl,
this.subscriber});