ConfigLoadResult.notFound constructor
ConfigLoadResult.notFound()
Creates a result when config file doesn't exist.
Implementation
ConfigLoadResult.notFound() : config = null, error = null;
Creates a result when config file doesn't exist.
ConfigLoadResult.notFound() : config = null, error = null;