isUnknown property

bool get isUnknown

Returns true if this user is the unknown user.

Implementation

bool get isUnknown => this == unknown;