$UModEventViewDetailSubjectExtension extension

on

Properties

isNotRecordView bool
Returns true if this data is not RecordView, otherwise false.
no setter
isNotRecordViewNotFound bool
Returns true if this data is not RecordViewNotFound, otherwise false.
no setter
isNotRepoView bool
Returns true if this data is not RepoView, otherwise false.
no setter
isNotRepoViewNotFound bool
Returns true if this data is not RepoViewNotFound, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isRecordView bool
Returns true if this data is RecordView, otherwise false.
no setter
isRecordViewNotFound bool
Returns true if this data is RecordViewNotFound, otherwise false.
no setter
isRepoView bool
Returns true if this data is RepoView, otherwise false.
no setter
isRepoViewNotFound bool
Returns true if this data is RepoViewNotFound, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
recordView RecordView
Returns this data as RecordView.
no setter
recordViewNotFound RecordViewNotFound
Returns this data as RecordViewNotFound.
no setter
recordViewNotFoundOrNull RecordViewNotFound?
Returns RecordViewNotFound if this data is RecordViewNotFound, otherwise null.
no setter
recordViewOrNull RecordView?
Returns RecordView if this data is RecordView, otherwise null.
no setter
repoView RepoView
Returns this data as RepoView.
no setter
repoViewNotFound RepoViewNotFound
Returns this data as RepoViewNotFound.
no setter
repoViewNotFoundOrNull RepoViewNotFound?
Returns RepoViewNotFound if this data is RepoViewNotFound, otherwise null.
no setter
repoViewOrNull RepoView?
Returns RepoView if this data is RepoView, 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

Methods

toJson() Map<String, dynamic>
Returns JSON representation.