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