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