FfBranch constructor

FfBranch(
  1. List<Complex> l10,
  2. FfTree left,
  3. FfTree right
)

Implementation

FfBranch(this.l10, this.left, this.right);