IOFailure constructor

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

Implementation

const IOFailure({super.cause});