read 常量

FileMode const read

仅用于读取文件的打开模式。

实现

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