autoPlayOptions property

  1. @TagNumber(8)
FFAutoPlayOptions get autoPlayOptions

@doc The auto play options for the carousel animations.

Implementation

@$pb.TagNumber(8)
FFAutoPlayOptions get autoPlayOptions => $_getN(7);
  1. @TagNumber(8)
set autoPlayOptions (FFAutoPlayOptions value)

Implementation

@$pb.TagNumber(8)
set autoPlayOptions(FFAutoPlayOptions value) => $_setField(8, value);