$URecordViewRecordExtension extension

on

Properties

generatorView GeneratorView
Returns this data as GeneratorView.
no setter
generatorViewOrNull GeneratorView?
Returns GeneratorView if this data is GeneratorView, otherwise null.
no setter
isGeneratorView bool
Returns true if this data is GeneratorView, otherwise false.
no setter
isLabelerView bool
Returns true if this data is LabelerView, otherwise false.
no setter
isListView bool
Returns true if this data is ListView, otherwise false.
no setter
isNotGeneratorView bool
Returns true if this data is not GeneratorView, otherwise false.
no setter
isNotLabelerView bool
Returns true if this data is not LabelerView, otherwise false.
no setter
isNotListView bool
Returns true if this data is not ListView, otherwise false.
no setter
isNotRecordViewBlocked bool
Returns true if this data is not RecordViewBlocked, otherwise false.
no setter
isNotRecordViewDetached bool
Returns true if this data is not RecordViewDetached, otherwise false.
no setter
isNotRecordViewNotFound bool
Returns true if this data is not RecordViewNotFound, otherwise false.
no setter
isNotRecordViewRecord bool
Returns true if this data is not RecordViewRecord, otherwise false.
no setter
isNotStarterPackViewBasic bool
Returns true if this data is not StarterPackViewBasic, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isRecordViewBlocked bool
Returns true if this data is RecordViewBlocked, otherwise false.
no setter
isRecordViewDetached bool
Returns true if this data is RecordViewDetached, otherwise false.
no setter
isRecordViewNotFound bool
Returns true if this data is RecordViewNotFound, otherwise false.
no setter
isRecordViewRecord bool
Returns true if this data is RecordViewRecord, otherwise false.
no setter
isStarterPackViewBasic bool
Returns true if this data is StarterPackViewBasic, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
labelerView LabelerView
Returns this data as LabelerView.
no setter
labelerViewOrNull LabelerView?
Returns LabelerView if this data is LabelerView, otherwise null.
no setter
listView ListView
Returns this data as ListView.
no setter
listViewOrNull ListView?
Returns ListView if this data is ListView, otherwise null.
no setter
recordViewBlocked RecordViewBlocked
Returns this data as RecordViewBlocked.
no setter
recordViewBlockedOrNull RecordViewBlocked?
Returns RecordViewBlocked if this data is RecordViewBlocked, otherwise null.
no setter
recordViewDetached RecordViewDetached
Returns this data as RecordViewDetached.
no setter
recordViewDetachedOrNull RecordViewDetached?
Returns RecordViewDetached if this data is RecordViewDetached, otherwise null.
no setter
recordViewNotFound RecordViewNotFound
Returns this data as RecordViewNotFound.
no setter
recordViewNotFoundOrNull RecordViewNotFound?
Returns RecordViewNotFound if this data is RecordViewNotFound, otherwise null.
no setter
recordViewRecord RecordViewRecord
Returns this data as RecordViewRecord.
no setter
recordViewRecordOrNull RecordViewRecord?
Returns RecordViewRecord if this data is RecordViewRecord, otherwise null.
no setter
starterPackViewBasic StarterPackViewBasic
Returns this data as StarterPackViewBasic.
no setter
starterPackViewBasicOrNull StarterPackViewBasic?
Returns StarterPackViewBasic if this data is StarterPackViewBasic, 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.