textCaptions property
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;
The full list of captions from a given file.
The captions will be in the order that they appear in the given file.
@override
List<TextCaption> get textCaptions => _captions;