count property

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

Implementation

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

Implementation

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