Flutter
memory
FileSystemOp
open constant
open
open
constant
Null safety
FileSystemOp
const
open
A file operation used for all open methods.
File.open
File.openSync
File.openRead
File.openWrite
Implementation
static const FileSystemOp open = FileSystemOp._(4);
Flutter
memory
FileSystemOp
open constant
FileSystemOp class
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
copy
create
delete
exists
open
read
write