GeneratedOutput constructor
      
      GeneratedOutput(
    
    
- Generator generator,
- String output
Implementation
GeneratedOutput(
  this.generator,
  this.output,
)   : error = null,
      stackTrace = null,
      assert(output.isNotEmpty),
      assert(output.length == output.trim().length);