Output constructor

Output(
  1. Program program,
  2. BigInt cost
)

Implementation

Output(this.program, this.cost);