video_player
dart:io
FileMode
constant READ
READ
class FileMode
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
APPEND
READ
WRITE
WRITE_ONLY
WRITE_ONLY_APPEND
dynamic
READ
=
const FileMode._internal(0)
The mode for opening a file only for reading.
property READ