Dart
dart:io
FileLock
exclusive constant
exclusive
FileLock class
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
BLOCKING_EXCLUSIVE
BLOCKING_SHARED
blockingExclusive
blockingShared
EXCLUSIVE
exclusive
SHARED
shared
exclusive constant
FileLock
const
exclusive
=
const FileLock._internal(2)
Exclusive file lock.
Implementation
static const exclusive = const FileLock._internal(2)