BlakeError constructor

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

Implementation

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