read constant

FileMode const read

The mode for opening a file for reading only.

Implementation

static const read = FileMode._internal(0);