Dart API Reference
dart:io
FileMode
READ
READ
constant
The mode for opening a file only for reading.
dynamic
READ
=
const FileMode._internal(0)
The mode for opening a file only for reading.