constrainedMantissaWidth property
override
constrainedMantissaWidth is the hard-coded mantissa width of the sub-class of this floating-point value
Implementation
@override
@protected
int get constrainedMantissaWidth => mantissaWidth;
constrainedMantissaWidth is the hard-coded mantissa width of the sub-class of this floating-point value
@override
@protected
int get constrainedMantissaWidth => mantissaWidth;