configSaveRuntimeContext property

bool get configSaveRuntimeContext

Implementation

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