$URecordViewRecordEmbedExtension extension

on

Properties

externalView ExternalView
Returns this data as ExternalView.
no setter
externalViewOrNull ExternalView?
Returns ExternalView if this data is ExternalView, otherwise null.
no setter
imagesView ImagesView
Returns this data as ImagesView.
no setter
imagesViewOrNull ImagesView?
Returns ImagesView if this data is ImagesView, otherwise null.
no setter
isExternalView bool
Returns true if this data is ExternalView, otherwise false.
no setter
isImagesView bool
Returns true if this data is ImagesView, otherwise false.
no setter
isNotExternalView bool
Returns true if this data is not ExternalView, otherwise false.
no setter
isNotImagesView bool
Returns true if this data is not ImagesView, otherwise false.
no setter
isNotRecordView bool
Returns true if this data is not RecordView, otherwise false.
no setter
isNotRecordWithMediaView bool
Returns true if this data is not RecordWithMediaView, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isNotVideoView bool
Returns true if this data is not VideoView, otherwise false.
no setter
isRecordView bool
Returns true if this data is RecordView, otherwise false.
no setter
isRecordWithMediaView bool
Returns true if this data is RecordWithMediaView, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
isVideoView bool
Returns true if this data is VideoView, otherwise false.
no setter
recordView RecordView
Returns this data as RecordView.
no setter
recordViewOrNull RecordView?
Returns RecordView if this data is RecordView, otherwise null.
no setter
recordWithMediaView RecordWithMediaView
Returns this data as RecordWithMediaView.
no setter
recordWithMediaViewOrNull RecordWithMediaView?
Returns RecordWithMediaView if this data is RecordWithMediaView, otherwise null.
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
videoView VideoView
Returns this data as VideoView.
no setter
videoViewOrNull VideoView?
Returns VideoView if this data is VideoView, otherwise null.
no setter

Methods

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