isNotVideo property

bool get isNotVideo

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

Implementation

bool get isNotVideo => !isVideo;