$URecordWithMediaViewMediaExtension extension
Properties
- externalView → ExternalView
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns this data as ExternalView.no setter - externalViewOrNull → ExternalView?
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns ExternalView if this data is ExternalView, otherwise null.no setter - imagesView → ImagesView
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns this data as ImagesView.no setter - imagesViewOrNull → ImagesView?
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns ImagesView if this data is ImagesView, otherwise null.no setter - isExternalView → bool
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns true if this data is ExternalView, otherwise false.no setter - isImagesView → bool
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns true if this data is ImagesView, otherwise false.no setter - isNotExternalView → bool
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns true if this data is not ExternalView, otherwise false.no setter - isNotImagesView → bool
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns true if this data is not ImagesView, otherwise false.no setter - isNotUnknown → bool
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns true if this data is not unknown object, otherwise false.no setter - isNotVideoView → bool
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns true if this data is not VideoView, otherwise false.no setter - isUnknown → bool
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns true if this data is unknown object, otherwise false.no setter - isVideoView → bool
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns true if this data is VideoView, otherwise false.no setter -
unknown
→ Map<
String, dynamic> -
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns this data as JSON object.no setter -
unknownOrNull
→ Map<
String, dynamic> ? -
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns JSON object if this data is unknown, otherwise null.no setter - videoView → VideoView
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns this data as VideoView.no setter - videoViewOrNull → VideoView?
-
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns VideoView if this data is VideoView, otherwise null.no setter
Methods
-
toJson(
) → Map< String, dynamic> -
Available on URecordWithMediaViewMedia, provided by the $URecordWithMediaViewMediaExtension extension
Returns JSON representation.