count property
- @TagNumber.new(4)
count is the number of values in the population. Must be non-negative.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get count => $_getI64(2);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set count($fixnum.Int64 v) {
$_setInt64(2, v);
}