FixedPointValue.uninitialized constructor
- bool signed = false,
Creates an unpopulated version of a FixedPointValue, intended to be called with the populator.
Implementation
@protected
FixedPointValue.uninitialized({this.signed = false});
Creates an unpopulated version of a FixedPointValue, intended to be called with the populator.
@protected
FixedPointValue.uninitialized({this.signed = false});