count property

  1. @TagNumber.new(9)
int get count

Implementation

@$pb.TagNumber(9)
$core.int get count => $_getIZ(6);
  1. @TagNumber.new(9)
set count (int value)

Implementation

@$pb.TagNumber(9)
set count($core.int value) => $_setSignedInt32(6, value);