errorCode property - ProcessException class - dart:io library (original) (raw)
int errorCode
final
The OS error code for the process exception, if any.
The value is zero if no OS error code was available.
Implementation
final int errorCode;
int errorCode
final
The OS error code for the process exception, if any.
The value is zero if no OS error code was available.
final int errorCode;