animationDuration property

  1. @TagNumber(10)
int get animationDuration

Implementation

@$pb.TagNumber(10)
$core.int get animationDuration => $_getIZ(9);
  1. @TagNumber(10)
set animationDuration (int value)

Implementation

@$pb.TagNumber(10)
set animationDuration($core.int value) => $_setSignedInt32(9, value);