AmbiguousKeyError constructor

const AmbiguousKeyError(
  1. String key,
  2. List<String> foundInBoxes,
  3. String message, [
  4. Object? originalException,
])

Creates a new AmbiguousKeyError.

Implementation

const AmbiguousKeyError(this.key, this.foundInBoxes, super.message, [super.originalException]);