$URecordViewRecordExtension extension
Properties
- generatorView → GeneratorView
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as GeneratorView.no setter - generatorViewOrNull → GeneratorView?
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns GeneratorView if this data is GeneratorView, otherwise null.no setter - isGeneratorView → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is GeneratorView, otherwise false.no setter - isLabelerView → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is LabelerView, otherwise false.no setter - isListView → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is ListView, otherwise false.no setter - isNotGeneratorView → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not GeneratorView, otherwise false.no setter - isNotLabelerView → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not LabelerView, otherwise false.no setter - isNotListView → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not ListView, otherwise false.no setter - isNotRecordViewBlocked → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not RecordViewBlocked, otherwise false.no setter - isNotRecordViewDetached → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not RecordViewDetached, otherwise false.no setter - isNotRecordViewNotFound → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not RecordViewNotFound, otherwise false.no setter - isNotRecordViewRecord → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not RecordViewRecord, otherwise false.no setter - isNotStarterPackViewBasic → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not StarterPackViewBasic, otherwise false.no setter - isNotUnknown → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is not unknown object, otherwise false.no setter - isRecordViewBlocked → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is RecordViewBlocked, otherwise false.no setter - isRecordViewDetached → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is RecordViewDetached, otherwise false.no setter - isRecordViewNotFound → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is RecordViewNotFound, otherwise false.no setter - isRecordViewRecord → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is RecordViewRecord, otherwise false.no setter - isStarterPackViewBasic → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is StarterPackViewBasic, otherwise false.no setter - isUnknown → bool
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns true if this data is unknown object, otherwise false.no setter - labelerView → LabelerView
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as LabelerView.no setter - labelerViewOrNull → LabelerView?
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns LabelerView if this data is LabelerView, otherwise null.no setter - listView → ListView
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as ListView.no setter - listViewOrNull → ListView?
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns ListView if this data is ListView, otherwise null.no setter - recordViewBlocked → RecordViewBlocked
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as RecordViewBlocked.no setter - recordViewBlockedOrNull → RecordViewBlocked?
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns RecordViewBlocked if this data is RecordViewBlocked, otherwise null.no setter - recordViewDetached → RecordViewDetached
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as RecordViewDetached.no setter - recordViewDetachedOrNull → RecordViewDetached?
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns RecordViewDetached if this data is RecordViewDetached, otherwise null.no setter - recordViewNotFound → RecordViewNotFound
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as RecordViewNotFound.no setter - recordViewNotFoundOrNull → RecordViewNotFound?
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns RecordViewNotFound if this data is RecordViewNotFound, otherwise null.no setter - recordViewRecord → RecordViewRecord
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as RecordViewRecord.no setter - recordViewRecordOrNull → RecordViewRecord?
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns RecordViewRecord if this data is RecordViewRecord, otherwise null.no setter - starterPackViewBasic → StarterPackViewBasic
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as StarterPackViewBasic.no setter - starterPackViewBasicOrNull → StarterPackViewBasic?
-
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns StarterPackViewBasic if this data is StarterPackViewBasic, otherwise null.no setter -
unknown
→ Map<
String, dynamic> -
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns this data as JSON object.no setter -
unknownOrNull
→ Map<
String, dynamic> ? -
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns JSON object if this data is unknown, otherwise null.no setter
Methods
-
toJson(
) → Map< String, dynamic> -
Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension
Returns JSON representation.