LocalizedString.fromJson(Map<String, dynamic> json) : this.id = Convert.toStr(json['id'], ''), this.translations = _parseTranslations(json);