count property

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

Implementation

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

Implementation

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