constrainedExponentWidth property

  1. @override
  2. @protected
int constrainedExponentWidth
override

constrainedExponentWidth is the hard-coded exponent width of the sub-class of this floating-point value

Implementation

@override
@protected
int get constrainedExponentWidth => exponentWidth;