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