finalState property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(10)
FFAnimationState get finalState

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(10)
FFAnimationState get finalState => $_getN(9);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(10)
set finalState (FFAnimationState value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(10)
set finalState(FFAnimationState value) => $_setField(10, value);