isCracked property

bool isCracked

Whether the SHA1 of this blocked server has been cracked and the actual address is known.

Implementation

bool get isCracked => address != null;