UnknownError constructor

const UnknownError(
  1. String message
)

Implementation

const UnknownError(super.message);