parse method

ConfigFlavour parse (String type)

Implementation

static ConfigFlavour parse(String type) {
  return ConfigFlavour._(type);
}