isNotVideoView property

bool get isNotVideoView

Returns true if this data is not VideoView, otherwise false.

Implementation

bool get isNotVideoView => !isVideoView;