isNotFoundActor property
bool
get
isNotFoundActor
Returns true if this data is NotFoundActor, otherwise false.
Implementation
bool get isNotFoundActor =>
this is UGetRelationshipsRelationshipNotFoundActor;