configSaveRuntimeContext property

bool configSaveRuntimeContext

Implementation

bool get configSaveRuntimeContext =>
    config?.containsKey(CONFIG_SAVING_RUNTIME_CONTEXT) ?? false
        ? config![CONFIG_SAVING_RUNTIME_CONTEXT]
        : true;