sum property

FloatingPoint sum
latefinal

getter for the computed FloatingPoint output.

Implementation

late final FloatingPoint sum = (a.clone(name: 'sum') as FpType)
  ..gets(output('sum'));