hz property

  1. @TagNumber(5)
FFValue get hz

@doc Frequency of the shake animation.

Indicates approximately how many times to repeat the shake per second.

Implementation

@$pb.TagNumber(5)
FFValue get hz => $_getN(4);
  1. @TagNumber(5)
set hz (FFValue value)

Implementation

@$pb.TagNumber(5)
set hz(FFValue value) => $_setField(5, value);