AnvilError constructor

const AnvilError([
  1. Object? message,
  2. String? help
])

Implementation

const AnvilError([this.message, this.help]);