sum property

FpTypeOut sum
latefinal

getter for the computed FpTypeOut output.

Implementation

late final FpTypeOut sum = (internalSum.clone(name: 'int_sum') as FpTypeOut)
  ..gets(output('sum'));