URecordViewRecord class

Implementers
Available extensions
Annotations
  • @freezed

Constructors

URecordViewRecord.generatorView({required GeneratorView data})
const
factory
URecordViewRecord.labelerView({required LabelerView data})
const
factory
URecordViewRecord.listView({required ListView data})
const
factory
URecordViewRecord.recordViewBlocked({required RecordViewBlocked data})
const
factory
URecordViewRecord.recordViewDetached({required RecordViewDetached data})
const
factory
URecordViewRecord.recordViewNotFound({required RecordViewNotFound data})
const
factory
URecordViewRecord.recordViewRecord({required RecordViewRecord data})
const
factory
URecordViewRecord.starterPackViewBasic({required StarterPackViewBasic data})
const
factory
URecordViewRecord.unknown({required Map<String, dynamic> data})
const
factory

Properties

data Object
no setterinherited
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
hashCode int
The hash code for this object.
no setterinherited
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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

map<TResult extends Object?>({required TResult recordViewRecord(URecordViewRecordRecordViewRecord value), required TResult recordViewNotFound(URecordViewRecordRecordViewNotFound value), required TResult recordViewBlocked(URecordViewRecordRecordViewBlocked value), required TResult recordViewDetached(URecordViewRecordRecordViewDetached value), required TResult generatorView(URecordViewRecordGeneratorView value), required TResult listView(URecordViewRecordListView value), required TResult labelerView(URecordViewRecordLabelerView value), required TResult starterPackViewBasic(URecordViewRecordStarterPackViewBasic value), required TResult unknown(URecordViewRecordUnknown value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? recordViewRecord(URecordViewRecordRecordViewRecord value)?, TResult? recordViewNotFound(URecordViewRecordRecordViewNotFound value)?, TResult? recordViewBlocked(URecordViewRecordRecordViewBlocked value)?, TResult? recordViewDetached(URecordViewRecordRecordViewDetached value)?, TResult? generatorView(URecordViewRecordGeneratorView value)?, TResult? listView(URecordViewRecordListView value)?, TResult? labelerView(URecordViewRecordLabelerView value)?, TResult? starterPackViewBasic(URecordViewRecordStarterPackViewBasic value)?, TResult? unknown(URecordViewRecordUnknown value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult recordViewRecord(URecordViewRecordRecordViewRecord value)?, TResult recordViewNotFound(URecordViewRecordRecordViewNotFound value)?, TResult recordViewBlocked(URecordViewRecordRecordViewBlocked value)?, TResult recordViewDetached(URecordViewRecordRecordViewDetached value)?, TResult generatorView(URecordViewRecordGeneratorView value)?, TResult listView(URecordViewRecordListView value)?, TResult labelerView(URecordViewRecordLabelerView value)?, TResult starterPackViewBasic(URecordViewRecordStarterPackViewBasic value)?, TResult unknown(URecordViewRecordUnknown value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult recordViewRecord(RecordViewRecord data)?, TResult recordViewNotFound(RecordViewNotFound data)?, TResult recordViewBlocked(RecordViewBlocked data)?, TResult recordViewDetached(RecordViewDetached data)?, TResult generatorView(GeneratorView data)?, TResult listView(ListView data)?, TResult labelerView(LabelerView data)?, TResult starterPackViewBasic(StarterPackViewBasic data)?, TResult unknown(Map<String, dynamic> data)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>

Available on URecordViewRecord, provided by the $URecordViewRecordExtension extension

Returns JSON representation.
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult recordViewRecord(RecordViewRecord data), required TResult recordViewNotFound(RecordViewNotFound data), required TResult recordViewBlocked(RecordViewBlocked data), required TResult recordViewDetached(RecordViewDetached data), required TResult generatorView(GeneratorView data), required TResult listView(ListView data), required TResult labelerView(LabelerView data), required TResult starterPackViewBasic(StarterPackViewBasic data), required TResult unknown(Map<String, dynamic> data)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? recordViewRecord(RecordViewRecord data)?, TResult? recordViewNotFound(RecordViewNotFound data)?, TResult? recordViewBlocked(RecordViewBlocked data)?, TResult? recordViewDetached(RecordViewDetached data)?, TResult? generatorView(GeneratorView data)?, TResult? listView(ListView data)?, TResult? labelerView(LabelerView data)?, TResult? starterPackViewBasic(StarterPackViewBasic data)?, TResult? unknown(Map<String, dynamic> data)?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited