FixedPointValue.uninitialized constructor

  1. @protected
FixedPointValue.uninitialized({
  1. bool signed = false,
})

Creates an unpopulated version of a FixedPointValue, intended to be called with the populator.

Implementation

@protected
FixedPointValue.uninitialized({this.signed = false});