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