iconCountValue property

  1. @TagNumber(10)
FFIntegerValue get iconCountValue

Implementation

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

Implementation

@$pb.TagNumber(10)
set iconCountValue(FFIntegerValue value) => $_setField(10, value);