Output constructor

const Output(
  1. Function method, [
  2. Object? output,
  3. Object? object
])

Implementation

const Output(this.method, [this.output, this.object]);