replicatedBytes property
- @TagNumber.new(2)
Replicated bytes in the step.
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get replicatedBytes => $_getI64(1);
- @TagNumber.new(2)
Implementation
@$pb.TagNumber(2)
set replicatedBytes($fixnum.Int64 v) {
$_setInt64(1, v);
}