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