initialPageIndexValue property

  1. @TagNumber(9)
FFIntegerValue get initialPageIndexValue

@doc The initial page index of the carousel.

Implementation

@$pb.TagNumber(9)
FFIntegerValue get initialPageIndexValue => $_getN(8);
  1. @TagNumber(9)
set initialPageIndexValue (FFIntegerValue value)

Implementation

@$pb.TagNumber(9)
set initialPageIndexValue(FFIntegerValue value) => $_setField(9, value);