UBlobViewDetailVideoDetails class abstract
- Implemented types
- Available extensions
Constructors
- UBlobViewDetailVideoDetails.new({required VideoDetails data})
-
constfactory
Properties
-
copyWith
→ _$$UBlobViewDetailVideoDetailsImplCopyWith<
_$UBlobViewDetailVideoDetailsImpl> -
no setter
- data → VideoDetails
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageDetails → ImageDetails
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns this data as ImageDetails.no setter - imageDetailsOrNull → ImageDetails?
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns ImageDetails if this data is ImageDetails, otherwise null.no setter - isImageDetails → bool
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns true if this data is ImageDetails, otherwise false.no setter - isNotImageDetails → bool
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns true if this data is not ImageDetails, otherwise false.no setter - isNotUnknown → bool
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns true if this data is not unknown object, otherwise false.no setter - isNotVideoDetails → bool
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns true if this data is not VideoDetails, otherwise false.no setter - isUnknown → bool
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns true if this data is unknown object, otherwise false.no setter - isVideoDetails → bool
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns true if this data is VideoDetails, otherwise false.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unknown
→ Map<
String, dynamic> -
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns this data as JSON object.no setter -
unknownOrNull
→ Map<
String, dynamic> ? -
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns JSON object if this data is unknown, otherwise null.no setter - videoDetails → VideoDetails
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns this data as VideoDetails.no setter - videoDetailsOrNull → VideoDetails?
-
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns VideoDetails if this data is VideoDetails, otherwise null.no setter
Methods
-
map<
TResult extends Object?> ({required TResult imageDetails(UBlobViewDetailImageDetails value), required TResult videoDetails(UBlobViewDetailVideoDetails value), required TResult unknown(UBlobViewDetailUnknown value)}) → TResult -
inherited
-
mapOrNull<
TResult extends Object?> ({TResult? imageDetails(UBlobViewDetailImageDetails value)?, TResult? videoDetails(UBlobViewDetailVideoDetails value)?, TResult? unknown(UBlobViewDetailUnknown value)?}) → TResult? -
inherited
-
maybeMap<
TResult extends Object?> ({TResult imageDetails(UBlobViewDetailImageDetails value)?, TResult videoDetails(UBlobViewDetailVideoDetails value)?, TResult unknown(UBlobViewDetailUnknown value)?, required TResult orElse()}) → TResult -
inherited
-
maybeWhen<
TResult extends Object?> ({TResult imageDetails(ImageDetails data)?, TResult videoDetails(VideoDetails 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
-
toJson(
) → Map< String, dynamic> -
Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension
Returns JSON representation. -
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> ({required TResult imageDetails(ImageDetails data), required TResult videoDetails(VideoDetails data), required TResult unknown(Map< String, dynamic> data)}) → TResult -
inherited
-
whenOrNull<
TResult extends Object?> ({TResult? imageDetails(ImageDetails data)?, TResult? videoDetails(VideoDetails data)?, TResult? unknown(Map< String, dynamic> data)?}) → TResult? -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited