isClosed method

bool isClosed()

Returns if the admin is already closed and can no longer be used.

Implementation

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