- Implemented types
-
- Available extensions
Properties
-
copyWith
→ _$$UPostViewEmbedRecordViewImplCopyWith<_$UPostViewEmbedRecordViewImpl>
-
no setter
-
data
→ RecordView
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
map<TResult extends Object?>({required TResult imagesView(UPostViewEmbedImagesView value), required TResult videoView(UPostViewEmbedVideoView value), required TResult externalView(UPostViewEmbedExternalView value), required TResult recordView(UPostViewEmbedRecordView value), required TResult recordWithMediaView(UPostViewEmbedRecordWithMediaView value), required TResult unknown(UPostViewEmbedUnknown value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? imagesView(UPostViewEmbedImagesView value)?, TResult? videoView(UPostViewEmbedVideoView value)?, TResult? externalView(UPostViewEmbedExternalView value)?, TResult? recordView(UPostViewEmbedRecordView value)?, TResult? recordWithMediaView(UPostViewEmbedRecordWithMediaView value)?, TResult? unknown(UPostViewEmbedUnknown value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult imagesView(UPostViewEmbedImagesView value)?, TResult videoView(UPostViewEmbedVideoView value)?, TResult externalView(UPostViewEmbedExternalView value)?, TResult recordView(UPostViewEmbedRecordView value)?, TResult recordWithMediaView(UPostViewEmbedRecordWithMediaView value)?, TResult unknown(UPostViewEmbedUnknown value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult imagesView(ImagesView data)?, TResult videoView(VideoView data)?, TResult externalView(ExternalView data)?, TResult recordView(RecordView data)?, TResult recordWithMediaView(RecordWithMediaView 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
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult imagesView(ImagesView data), required TResult videoView(VideoView data), required TResult externalView(ExternalView data), required TResult recordView(RecordView data), required TResult recordWithMediaView(RecordWithMediaView data), required TResult unknown(Map<String, dynamic> data)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? imagesView(ImagesView data)?, TResult? videoView(VideoView data)?, TResult? externalView(ExternalView data)?, TResult? recordView(RecordView data)?, TResult? recordWithMediaView(RecordWithMediaView data)?, TResult? unknown(Map<String, dynamic> data)?})
→ TResult?
-
inherited