写入 常量

FileMode const write

以读写模式打开文件的模式。如果文件已存在,则会被覆盖。如果文件不存在,则会创建文件。

实现

static const write = const FileMode._internal(1);