CommsUser constructor
CommsUser({})
Implementation
CommsUser({
required this.id,
required this.username,
required this.email,
required this.phone,
this.profilePic,
required this.roleId,
required this.isActive,
this.role,
});