isWriteLocked method

bool isWriteLocked(
  1. String table
)

Implementation

bool isWriteLocked(String table) => _locks[table]?.exclusive ?? false;