UnknownError constructor

const UnknownError(
  1. String message, {
  2. String? details,
})

Creates an UnknownError instance.

Implementation

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