legacyNumDivisions property

  1. @TagNumber(12)
int get legacyNumDivisions

Implementation

@$pb.TagNumber(12)
$core.int get legacyNumDivisions => $_getIZ(11);
  1. @TagNumber(12)
set legacyNumDivisions (int value)

Implementation

@$pb.TagNumber(12)
set legacyNumDivisions($core.int value) => $_setSignedInt32(11, value);