UserBean constructor
UserBean({})
Implementation
UserBean(
{this.accountId,
bool? active,
this.avatarUrls,
this.displayName,
this.key,
this.name,
this.self})
: active = active ?? false;