IOException constructor

IOException(
  1. String message, {
  2. Object? cause,
})

Implementation

IOException(super.message, {super.cause});