hasNotCaptions property
bool
get
hasNotCaptions
Returns true if captions
is null, otherwise false.
Implementation
bool get hasNotCaptions => !hasCaptions;
Returns true if captions
is null, otherwise false.
bool get hasNotCaptions => !hasCaptions;