animationEnd property

  1. @TagNumber.new(3)
Overlay_AnimationEnd get animationEnd

End previous animation.

Implementation

@$pb.TagNumber(3)
Overlay_AnimationEnd get animationEnd => $_getN(2);
  1. @TagNumber.new(3)
set animationEnd (Overlay_AnimationEnd v)

Implementation

@$pb.TagNumber(3)
set animationEnd(Overlay_AnimationEnd v) { setField(3, v); }