animations property

  1. @TagNumber.new(2)
List<Overlay_Animation> get animations

List of Animations. The list should be chronological, without any time overlap.

Implementation

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