configDebuggable property

bool configDebuggable

Implementation

bool get configDebuggable => config?.containsKey(CONFIG_DEBUGGABLE) ?? false
    ? config![CONFIG_DEBUGGABLE]
    : debuggable;