SnippetException constructor

SnippetException(
  1. String message, {
  2. String? file,
  3. int? line,
})

Implementation

SnippetException(this.message, {this.file, this.line});