pruningHeight property

  1. @TagNumber.new(9)
int get pruningHeight

Implementation

@$pb.TagNumber(9)
$core.int get pruningHeight => $_getIZ(8);
  1. @TagNumber.new(9)
set pruningHeight (int v)

Implementation

@$pb.TagNumber(9)
set pruningHeight($core.int v) {
  $_setUnsignedInt32(8, v);
}