GenerationProcessError constructor

GenerationProcessError(
  1. String message, {
  2. String? context,
  3. String? suggestion,
})

Implementation

GenerationProcessError(
  this.message, {
  this.context,
  this.suggestion,
});