IoErrorUnknown constructor

const IoErrorUnknown(
  1. String path, [
  2. Object? error
])

Implementation

const IoErrorUnknown(super.path, [this.error]);