newConfig static method

Config newConfig()

Creates a new Config instance.

Implementation

static Config newConfig() {
  return Config();
}