sum property
latefinal
getter for the computed FloatingPoint output.
Implementation
late final FloatingPoint sum = (a.clone(name: 'sum') as FpType)
..gets(output('sum'));
getter for the computed FloatingPoint output.
late final FloatingPoint sum = (a.clone(name: 'sum') as FpType)
..gets(output('sum'));