isDebugEnabled property

bool get isDebugEnabled

Implementation

bool get isDebugEnabled {
  return getRequired<bool>('debug');
}