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