UModerationGetRecordsRecords class sealed
- Available extensions
- Annotations
-
- @freezed
Constructors
- UModerationGetRecordsRecords.recordViewDetail({required RecordViewDetail data})
-
constfactory
- UModerationGetRecordsRecords.recordViewNotFound({required RecordViewNotFound data})
-
constfactory
-
UModerationGetRecordsRecords.unknown({required Map<
String, dynamic> data}) -
constfactory
Properties
- data → Object
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotRecordViewDetail → bool
-
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter - isNotRecordViewNotFound → bool
-
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter - isNotUnknown → bool
-
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter - isRecordViewDetail → bool
-
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter - isRecordViewNotFound → bool
-
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter - isUnknown → bool
-
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter - recordViewDetail → RecordViewDetail?
-
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter - recordViewNotFound → RecordViewNotFound?
-
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unknown
→ Map<
String, dynamic> ? -
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsExtension extension
no setter
Methods
-
map<
TResult extends Object?> ({required TResult recordViewDetail(UModerationGetRecordsRecordsRecordViewDetail value), required TResult recordViewNotFound(UModerationGetRecordsRecordsRecordViewNotFound value), required TResult unknown(UModerationGetRecordsRecordsUnknown value)}) → TResult -
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsPatterns extension
Aswitch
-like method, using callbacks. -
mapOrNull<
TResult extends Object?> ({TResult? recordViewDetail(UModerationGetRecordsRecordsRecordViewDetail value)?, TResult? recordViewNotFound(UModerationGetRecordsRecordsRecordViewNotFound value)?, TResult? unknown(UModerationGetRecordsRecordsUnknown value)?}) → TResult? -
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsPatterns extension
A variant ofmap
that fallback to returningnull
. -
maybeMap<
TResult extends Object?> ({TResult recordViewDetail(UModerationGetRecordsRecordsRecordViewDetail value)?, TResult recordViewNotFound(UModerationGetRecordsRecordsRecordViewNotFound value)?, TResult unknown(UModerationGetRecordsRecordsUnknown value)?, required TResult orElse()}) → TResult -
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsPatterns extension
A variant ofmap
that fallback to returningorElse
. -
maybeWhen<
TResult extends Object?> ({TResult recordViewDetail(RecordViewDetail data)?, TResult recordViewNotFound(RecordViewNotFound data)?, TResult unknown(Map< String, dynamic> data)?, required TResult orElse()}) → TResult -
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsPatterns extension
A variant ofwhen
that fallback to anorElse
callback. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> ({required TResult recordViewDetail(RecordViewDetail data), required TResult recordViewNotFound(RecordViewNotFound data), required TResult unknown(Map< String, dynamic> data)}) → TResult -
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsPatterns extension
Aswitch
-like method, using callbacks. -
whenOrNull<
TResult extends Object?> ({TResult? recordViewDetail(RecordViewDetail data)?, TResult? recordViewNotFound(RecordViewNotFound data)?, TResult? unknown(Map< String, dynamic> data)?}) → TResult? -
Available on UModerationGetRecordsRecords, provided by the UModerationGetRecordsRecordsPatterns extension
A variant ofwhen
that fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited