FileSystemException constructor

FileSystemException([
  1. int errorCode = SqlError.SQLITE_ERROR,
  2. String message = 'SQLITE_ERROR'
])

Implementation

FileSystemException(
    [this.errorCode = SqlError.SQLITE_ERROR, this.message = 'SQLITE_ERROR']);