crossAxisCountValue property

  1. @TagNumber(11)
FFIntegerValue get crossAxisCountValue

Implementation

@$pb.TagNumber(11)
FFIntegerValue get crossAxisCountValue => $_getN(10);
  1. @TagNumber(11)
set crossAxisCountValue (FFIntegerValue value)

Implementation

@$pb.TagNumber(11)
set crossAxisCountValue(FFIntegerValue value) => $_setField(11, value);