isUnlocked property

bool isUnlocked

Returns whether this padlock is unlocked.

Implementation

bool get isUnlocked => !_isLocked;