value property
latefinal
The sign magnitude value is stored as sign and magnitude, but the combined value is also provided for convenience.
Implementation
late final LogicValue value = [sign, magnitude].swizzle();
The sign magnitude value is stored as sign and magnitude, but the combined value is also provided for convenience.
late final LogicValue value = [sign, magnitude].swizzle();