factory Translation.fromMap(Map<String, dynamic> map) { return Translation( en: map['en'], id: map['id'], ); }