UEmbedRecordWithMediaMedia class sealed
- Available extensions
- Annotations
-
- @freezed
Constructors
- UEmbedRecordWithMediaMedia.embedExternal({required EmbedExternal data})
-
constfactory
- UEmbedRecordWithMediaMedia.embedImages({required EmbedImages data})
-
constfactory
- UEmbedRecordWithMediaMedia.embedVideo({required EmbedVideo data})
-
constfactory
-
UEmbedRecordWithMediaMedia.unknown({required Map<
String, dynamic> data}) -
constfactory
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
Aswitch
-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 ofmap
that fallback to returningnull
. -
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 ofmap
that fallback to returningorElse
. -
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 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 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
Aswitch
-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 ofwhen
that fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited