LanguagePackStringValueDeleted.fromJson constructor
Parse from a json
Implementation
factory LanguagePackStringValueDeleted.fromJson(Map<String, dynamic> json) =>
    LanguagePackStringValueDeleted(
      extra: json['@extra'],
      clientId: json['@client_id'],
    );