noErrorCode constant - OSError class - dart:io library (original) (raw)
int const noErrorCode
Constant used to indicate that no OS error code is available.
Implementation
static const int noErrorCode = -1;
int const noErrorCode
Constant used to indicate that no OS error code is available.
static const int noErrorCode = -1;