IOException constructor

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

Implementation

IOException(String message, {String? path}) : super(message, path);