OrchardKeyError constructor

const OrchardKeyError(
  1. String message, {
  2. Map<String, dynamic>? details,
})

Implementation

const OrchardKeyError(super.message, {super.details});