errorCode property - OSError class - dart:io library (original) (raw)
int errorCode
final
Error code supplied by the operating system.
Will have the value OSError.noErrorCode if there is no error code associated with the error.
Implementation
final int errorCode;