textCaptions property

  1. @override
List<TextCaption> get textCaptions
override

The full list of captions from a given file.

The captions will be in the order that they appear in the given file.

Implementation

@override
List<TextCaption> get textCaptions => _captions;