isEnabled property
bool
get
isEnabled
Returns whether checkpoint is currently enabled.
All checkpoint operations should check this before proceeding.
Implementation
static bool get isEnabled => _enabled;
Returns whether checkpoint is currently enabled.
All checkpoint operations should check this before proceeding.
static bool get isEnabled => _enabled;