$UGetRelationshipsRelationshipExtension extension
Properties
-
isNotFoundActor
→ bool
-
Returns true if this data is NotFoundActor, otherwise false.
no setter
-
isNotNotFoundActor
→ bool
-
Returns true if this data is not NotFoundActor, otherwise false.
no setter
-
isNotRelationship
→ bool
-
Returns true if this data is not Relationship, otherwise false.
no setter
-
isNotUnknown
→ bool
-
Returns true if this data is not unknown object, otherwise false.
no setter
-
isRelationship
→ bool
-
Returns true if this data is Relationship, otherwise false.
no setter
-
isUnknown
→ bool
-
Returns true if this data is unknown object, otherwise false.
no setter
-
notFoundActor
→ NotFoundActor
-
Returns this data as NotFoundActor.
no setter
-
notFoundActorOrNull
→ NotFoundActor?
-
Returns NotFoundActor if this data is NotFoundActor, otherwise null.
no setter
-
relationship
→ Relationship
-
Returns this data as Relationship.
no setter
-
relationshipOrNull
→ Relationship?
-
Returns Relationship if this data is Relationship, otherwise null.
no setter
-
unknown
→ Map<String, dynamic>
-
Returns this data as JSON object.
no setter
-
unknownOrNull
→ Map<String, dynamic>?
-
Returns JSON object if this data is unknown, otherwise null.
no setter