factory RubySettings.fromJson(Map<String, dynamic> json) { return RubySettings( common: decode(json['common'], CommonLanguageSettings.fromJson), ); }