UnknownError constructor

UnknownError(
  1. String message, {
  2. int? code,
})

Implementation

UnknownError(super.message, {super.code});