isVideoView property

bool get isVideoView

Returns true if this data is VideoView, otherwise false.

Implementation

bool get isVideoView => this is URecordViewRecordEmbedVideoView;