normalization property

  1. @TagNumber(8)
bool get normalization

Implementation

@$pb.TagNumber(8)
$core.bool get normalization => $_getBF(7);
  1. @TagNumber(8)
set normalization (bool v)

Implementation

@$pb.TagNumber(8)
set normalization($core.bool v) { $_setBool(7, v); }