GenerationException constructor
Creates a source-generation failure with an actionable message.
Implementation
const GenerationException(
this.message, {
this.code,
this.source,
this.line,
this.column,
});
Creates a source-generation failure with an actionable message.
const GenerationException(
this.message, {
this.code,
this.source,
this.line,
this.column,
});