append 常量

FileMode const append

以追加模式打开文件进行读取和写入到文件末尾。如果文件不存在,则将其创建。

实现

static const append = const FileMode._internal(2);