captions property

  1. @override
List<Caption> captions
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<Caption> get captions => _captions;