Dart SDK
dart:io
FileMode
constant READ
READ
class FileMode
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
APPEND
READ
WRITE
WRITE_ONLY
WRITE_ONLY_APPEND
dynamic
READ
=
const FileMode._internal(0)
The mode for opening a file only for reading.
Source
static const READ = const FileMode._internal(0)
property READ