append constant - FileMode class - dart:io library (original) (raw)
FileMode const append
Mode for opening a file for reading and writing to the end of it. The file is created if it does not already exist.
Implementation
static const append = const FileMode._internal(2);