message property - OSError class - dart:io library (original) (raw)
String message
final
Error message supplied by the operating system. This will be empty if no message is associated with the error.
Implementation
final String message;
String message
final
Error message supplied by the operating system. This will be empty if no message is associated with the error.
final String message;