repeatCount property

  1. @TagNumber.new(8)
int get repeatCount

Implementation

@$pb.TagNumber(8)
$core.int get repeatCount => $_getIZ(7);
  1. @TagNumber.new(8)
set repeatCount (int value)

Implementation

@$pb.TagNumber(8)
set repeatCount($core.int value) => $_setSignedInt32(7, value);