isCracked property
bool
get
isCracked
Whether the SHA1 of this blocked server has been cracked and the actual address is known.
Implementation
bool get isCracked => address != null;
Whether the SHA1 of this blocked server has been cracked and the actual address is known.
bool get isCracked => address != null;