UModerationGetRecordsRecords class sealed

Available extensions
Annotations
  • @freezed

Constructors

UModerationGetRecordsRecords.recordViewDetail({required RecordViewDetail data})
const
factory
UModerationGetRecordsRecords.recordViewNotFound({required RecordViewNotFound data})
const
factory
UModerationGetRecordsRecords.unknown({required Map<String, dynamic> data})
const
factory

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

A switch-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 of map that fallback to returning null.
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 of map that fallback to returning orElse.
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 of when that fallback to an orElse 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

A switch-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 of when that fallback to returning null

Operators

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