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 v)

Implementation

@$pb.TagNumber(1)
set count($core.int v) { $_setUnsignedInt32(0, v); }