InvalidGenerationSourceError constructor

InvalidGenerationSourceError(
  1. String message, {
  2. String todo = '',
  3. Element? element,
  4. AstNode? node,
})

Implementation

InvalidGenerationSourceError(
  this.message, {
  this.todo = '',
  this.element,
  this.node,
});