isUnknown property
      
      bool
      get
      isUnknown
      
    
    
Returns true if this user is the unknown user.
Implementation
bool get isUnknown => this == unknown;Returns true if this user is the unknown user.
bool get isUnknown => this == unknown;