read constant

FileMode const read

The mode for opening a file only for reading.

Implementation

static const read = const FileMode._internal(0);