Dart SDK
dart:io
OSError
constant noErrorCode
noErrorCode
class OSError
Constructors
OSError
Properties
errorCode
message
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
noErrorCode
int
noErrorCode
=
-1
Constant used to indicate that no OS error code is available.
Source
static const int noErrorCode = -1
property noErrorCode