FileSystemException constructor

FileSystemException([
  1. String message = "",
  2. String? path = ""
])

Implementation

FileSystemException([this.message = "", this.path = ""]);