$UBlobViewDetailExtension extension

on

Properties

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
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

toJson() Map<String, dynamic>

Available on UBlobViewDetail, provided by the $UBlobViewDetailExtension extension

Returns JSON representation.