$UModEventViewSubjectExtension extension
Properties
-
isMessageRef
→ bool
-
Returns true if this data is MessageRef, otherwise false.
no setter
-
isNotMessageRef
→ bool
-
Returns true if this data is not MessageRef, otherwise false.
no setter
-
isNotRepoRef
→ bool
-
Returns true if this data is not RepoRef, otherwise false.
no setter
-
isNotStrongRef
→ bool
-
Returns true if this data is not StrongRef, otherwise false.
no setter
-
isNotUnknown
→ bool
-
Returns true if this data is not unknown object, otherwise false.
no setter
-
isRepoRef
→ bool
-
Returns true if this data is RepoRef, otherwise false.
no setter
-
isStrongRef
→ bool
-
Returns true if this data is StrongRef, otherwise false.
no setter
-
isUnknown
→ bool
-
Returns true if this data is unknown object, otherwise false.
no setter
-
messageRef
→ MessageRef
-
Returns this data as MessageRef.
no setter
-
messageRefOrNull
→ MessageRef?
-
Returns MessageRef if this data is MessageRef, otherwise null.
no setter
-
repoRef
→ RepoRef
-
Returns this data as RepoRef.
no setter
-
repoRefOrNull
→ RepoRef?
-
Returns RepoRef if this data is RepoRef, otherwise null.
no setter
-
strongRef
→ StrongRef
-
Returns this data as StrongRef.
no setter
-
strongRefOrNull
→ StrongRef?
-
Returns StrongRef if this data is StrongRef, 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