isClosed method

bool isClosed()

Returns if this sync client is closed and can no longer be used.

Implementation

bool isClosed() => _cSync.address == 0;