ConfigSetting.fromMap(String name, Map m)

Source

ConfigSetting.fromMap(this.name, Map m)
    : type = m.containsKey('type') ? m['type'] : 'string',
      defaultValue = m.containsKey('default') ? m['default'] : null {}