GeneratedOutput constructor

GeneratedOutput(
  1. Generator generator,
  2. String output
)

Implementation

GeneratedOutput(
  this.generator,
  this.output,
)   : error = null,
      stackTrace = null,
      assert(output.isNotEmpty),
      assert(output.length == output.trim().length);