APPEND constant

dynamic const APPEND = const FileMode._internal(2)

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)