autoplay property

  1. @TagNumber(9)
bool get autoplay

Not overridable @doc Whether to autoplay the Rive animation.

Implementation

@$pb.TagNumber(9)
$core.bool get autoplay => $_getBF(6);
  1. @TagNumber(9)
set autoplay (bool value)

Implementation

@$pb.TagNumber(9)
set autoplay($core.bool value) => $_setBool(6, value);