$UCreateReportSubjectExtension extension

on

Properties

isNotRepoRef bool

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns true if this data is not RepoRef, otherwise false.
no setter
isNotStrongRef bool

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns true if this data is not StrongRef, otherwise false.
no setter
isNotUnknown bool

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns true if this data is not unknown object, otherwise false.
no setter
isRepoRef bool

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns true if this data is RepoRef, otherwise false.
no setter
isStrongRef bool

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns true if this data is StrongRef, otherwise false.
no setter
isUnknown bool

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns true if this data is unknown object, otherwise false.
no setter
repoRef RepoRef

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns this data as RepoRef.
no setter
repoRefOrNull RepoRef?

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns RepoRef if this data is RepoRef, otherwise null.
no setter
strongRef StrongRef

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns this data as StrongRef.
no setter
strongRefOrNull StrongRef?

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns StrongRef if this data is StrongRef, otherwise null.
no setter
unknown Map<String, dynamic>

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>

Available on UCreateReportSubject, provided by the $UCreateReportSubjectExtension extension

Returns JSON representation.