hasNotCaptions property

bool get hasNotCaptions

Returns true if captions is null, otherwise false.

Implementation

bool get hasNotCaptions => !hasCaptions;