parts property

List<ClosedCaptionPart> parts
latefinal

Implementation

late final List<ClosedCaptionPart> parts =
    root.findAllElements('s').map((e) => ClosedCaptionPart._(e)).toList();