isEnabled method

bool isEnabled()

Returns whether the flag is enabled.

Implementation

bool isEnabled() {
  return _isEnabled;
}