startStop property

  1. @TagNumber(2)
bool get startStop

@doc Whether to allow play/pause of Rive the animation.

Implementation

@$pb.TagNumber(2)
$core.bool get startStop => $_getBF(1);
  1. @TagNumber(2)
set startStop (bool value)

Implementation

@$pb.TagNumber(2)
set startStop($core.bool value) => $_setBool(1, value);