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