$UBlobViewDetailExtension extension

on

Properties

imageDetails ImageDetails
Returns this data as ImageDetails.
no setter
imageDetailsOrNull ImageDetails?
Returns ImageDetails if this data is ImageDetails, otherwise null.
no setter
isImageDetails bool
Returns true if this data is ImageDetails, otherwise false.
no setter
isNotImageDetails bool
Returns true if this data is not ImageDetails, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isNotVideoDetails bool
Returns true if this data is not VideoDetails, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
isVideoDetails bool
Returns true if this data is VideoDetails, otherwise false.
no setter
unknown Map<String, dynamic>
Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?
Returns JSON object if this data is unknown, otherwise null.
no setter
videoDetails VideoDetails
Returns this data as VideoDetails.
no setter
videoDetailsOrNull VideoDetails?
Returns VideoDetails if this data is VideoDetails, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>
Returns JSON representation.