animationStatic property

  1. @TagNumber.new(1)
Overlay_AnimationStatic get animationStatic

Display static overlay object.

Implementation

@$pb.TagNumber(1)
Overlay_AnimationStatic get animationStatic => $_getN(0);
  1. @TagNumber.new(1)
set animationStatic (Overlay_AnimationStatic v)

Implementation

@$pb.TagNumber(1)
set animationStatic(Overlay_AnimationStatic v) { setField(1, v); }