blockMaxBytes property

  1. @TagNumber(1)
Int64 blockMaxBytes

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get blockMaxBytes => $_getI64(0);
  1. @TagNumber(1)
void blockMaxBytes=(Int64 v)

Implementation

@$pb.TagNumber(1)
set blockMaxBytes($fixnum.Int64 v) { $_setInt64(0, v); }