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

description

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;