editList property

  1. @TagNumber.new(2)
List<EditAtom> get editList

List of Edit atoms. Defines the ultimate timeline of the resulting file or manifest.

Implementation

@$pb.TagNumber(2)
$core.List<EditAtom> get editList => $_getList(1);