$URecordWithMediaMediaExtension extension

on

Properties

external External
Returns this data as External.
no setter
externalOrNull External?
Returns External if this data is External, otherwise null.
no setter
images Images
Returns this data as Images.
no setter
imagesOrNull Images?
Returns Images if this data is Images, otherwise null.
no setter
isExternal bool
Returns true if this data is External, otherwise false.
no setter
isImages bool
Returns true if this data is Images, otherwise false.
no setter
isNotExternal bool
Returns true if this data is not External, otherwise false.
no setter
isNotImages bool
Returns true if this data is not Images, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isNotVideo bool
Returns true if this data is not Video, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
isVideo bool
Returns true if this data is Video, 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
video Video
Returns this data as Video.
no setter
videoOrNull Video?
Returns Video if this data is Video, otherwise null.
no setter

Methods

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