isUnknown property
bool
get
isUnknown
Returns true if this data is unknown object, otherwise false.
Implementation
bool get isUnknown => this is UEmitEventSubjectUnknown;
Returns true if this data is unknown object, otherwise false.
bool get isUnknown => this is UEmitEventSubjectUnknown;