numDecimalPlaces property

  1. @TagNumber(14)
int get numDecimalPlaces

Should not be overridable

Implementation

@$pb.TagNumber(14)
$core.int get numDecimalPlaces => $_getIZ(13);
  1. @TagNumber(14)
set numDecimalPlaces (int value)

Implementation

@$pb.TagNumber(14)
set numDecimalPlaces($core.int value) => $_setSignedInt32(13, value);