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