message property - FileSystemException class - dart:io library (original) (raw)

description

String message

final

Message describing the error.

The message does not include any detailed information from the underlying OS error. Check osError for that information.

Implementation

final String message;