hasCaptions method

bool hasCaptions()

Implementation

bool hasCaptions() {
  return _captions.isNotEmpty;
}