hasWriter method

bool hasWriter(
  1. String table
)

Implementation

bool hasWriter(String table)  => _locks[table]?.writerActive ?? false;