UEmbedRecordWithMediaMedia class sealed

Available extensions
Annotations
  • @freezed

Constructors

UEmbedRecordWithMediaMedia.embedExternal({required EmbedExternal data})
const
factory
UEmbedRecordWithMediaMedia.embedImages({required EmbedImages data})
const
factory
UEmbedRecordWithMediaMedia.embedVideo({required EmbedVideo data})
const
factory
UEmbedRecordWithMediaMedia.unknown({required Map<String, dynamic> data})
const
factory

Properties

data Object
no setterinherited
embedExternal EmbedExternal?

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
embedImages EmbedImages?

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
embedVideo EmbedVideo?

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
hashCode int
The hash code for this object.
no setterinherited
isEmbedExternal bool

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
isEmbedImages bool

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
isEmbedVideo bool

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
isNotEmbedExternal bool

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
isNotEmbedImages bool

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
isNotEmbedVideo bool

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
isNotUnknown bool

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
isUnknown bool

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unknown Map<String, dynamic>?

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaExtension extension

no setter

Methods

map<TResult extends Object?>({required TResult embedImages(UEmbedRecordWithMediaMediaEmbedImages value), required TResult embedVideo(UEmbedRecordWithMediaMediaEmbedVideo value), required TResult embedExternal(UEmbedRecordWithMediaMediaEmbedExternal value), required TResult unknown(UEmbedRecordWithMediaMediaUnknown value)}) → TResult

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaPatterns extension

A switch-like method, using callbacks.
mapOrNull<TResult extends Object?>({TResult? embedImages(UEmbedRecordWithMediaMediaEmbedImages value)?, TResult? embedVideo(UEmbedRecordWithMediaMediaEmbedVideo value)?, TResult? embedExternal(UEmbedRecordWithMediaMediaEmbedExternal value)?, TResult? unknown(UEmbedRecordWithMediaMediaUnknown value)?}) → TResult?

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaPatterns extension

A variant of map that fallback to returning null.
maybeMap<TResult extends Object?>({TResult embedImages(UEmbedRecordWithMediaMediaEmbedImages value)?, TResult embedVideo(UEmbedRecordWithMediaMediaEmbedVideo value)?, TResult embedExternal(UEmbedRecordWithMediaMediaEmbedExternal value)?, TResult unknown(UEmbedRecordWithMediaMediaUnknown value)?, required TResult orElse()}) → TResult

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaPatterns extension

A variant of map that fallback to returning orElse.
maybeWhen<TResult extends Object?>({TResult embedImages(EmbedImages data)?, TResult embedVideo(EmbedVideo data)?, TResult embedExternal(EmbedExternal data)?, TResult unknown(Map<String, dynamic> data)?, required TResult orElse()}) → TResult

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaPatterns 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 embedImages(EmbedImages data), required TResult embedVideo(EmbedVideo data), required TResult embedExternal(EmbedExternal data), required TResult unknown(Map<String, dynamic> data)}) → TResult

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaPatterns extension

A switch-like method, using callbacks.
whenOrNull<TResult extends Object?>({TResult? embedImages(EmbedImages data)?, TResult? embedVideo(EmbedVideo data)?, TResult? embedExternal(EmbedExternal data)?, TResult? unknown(Map<String, dynamic> data)?}) → TResult?

Available on UEmbedRecordWithMediaMedia, provided by the UEmbedRecordWithMediaMediaPatterns extension

A variant of when that fallback to returning null

Operators

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