writeOnlyAppend 常量

FileMode const writeOnlyAppend

仅用于打开文件末尾进行编写的模式。如果文件不存在,则创建文件。

实现

static const writeOnlyAppend = const FileMode._internal(4);