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