ImplementationError constructor

ImplementationError(
  1. String method, [
  2. String? message
])

Implementation

ImplementationError(
  this.method, [
  this.message,
]);