closedCaptions property

Iterable<ClosedCaption> closedCaptions
latefinal

Implementation

late final Iterable<ClosedCaption> closedCaptions =
    root.findAllElements('p').map((e) => ClosedCaption._(e));