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