factory TranslationModel.fromJson(Map<String, dynamic> json) { return TranslationModel( resourceId: json['resource_id'], text: json['text'], ); }