product property

FpTypeOut product
latefinal

The computed FpTypeOut product of a * b.

Implementation

late final FpTypeOut product = (internalProduct.clone(name: 'int_product')
    as FpTypeOut)
  ..gets(output('product'));