count property
- @TagNumber(2)
The number of accelerators of this type.
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get count => $_getI64(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set count($fixnum.Int64 v) { $_setInt64(1, v); }
The number of accelerators of this type.
@$pb.TagNumber(2)
$fixnum.Int64 get count => $_getI64(1);
@$pb.TagNumber(2)
set count($fixnum.Int64 v) { $_setInt64(1, v); }