GeneratedOutput.fromError constructor
      
      GeneratedOutput.fromError(
    
    
- Generator generator,
- dynamic error,
- StackTrace? stackTrace
Implementation
GeneratedOutput.fromError(
  this.generator,
  this.error,
  this.stackTrace,
) : output = _outputFromError(error as Object);