constrainedMantissaWidth property

  1. @override
  2. @protected
int constrainedMantissaWidth
override

constrainedMantissaWidth is the hard-coded mantissa width of the sub-class of this floating-point value

Implementation

@override
@protected
int get constrainedMantissaWidth => mantissaWidth;