isValid property

bool isValid

Implementation

bool get isValid => !_isExpired && _value != null;