APPEND top-level constant Null safety

FileMode const APPEND
@Deprecated("Use FileMode.append instead")

The 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

@Deprecated("Use FileMode.append instead")
const APPEND = FileMode.append;