valuePopulator method
A FixedPointValuePopulator for values associated with this FloatingPoint type.
Implementation
@mustBeOverridden
FixedPointValuePopulator valuePopulator() => FixedPointValue.populator(
integerWidth: integerWidth, fractionWidth: fractionWidth, signed: signed);