isUnknown property

bool get isUnknown

Returns true if this data is unknown object, otherwise false.

Implementation

bool get isUnknown => this is UGetSubjectStatusSubjectUnknown;