totalBytes property
- @TagNumber.new(1)
Total bytes to be handled in the step.
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get totalBytes => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set totalBytes($fixnum.Int64 v) {
$_setInt64(0, v);
}