UnknownFailure constructor

const UnknownFailure({
  1. String cause = '',
})

Implementation

const UnknownFailure({super.cause});