totalDepth property

  1. @TagNumber(2)
int get totalDepth

Implementation

@$pb.TagNumber(2)
$core.int get totalDepth => $_getIZ(1);
  1. @TagNumber(2)
set totalDepth (int value)

Implementation

@$pb.TagNumber(2)
set totalDepth($core.int value) => $_setSignedInt32(1, value);