message property

  1. @override
String get message
override

Message describing the error.

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

Implementation

@override
String get message => fileSystemException.message;