factory Country.fromMap(Map<String, dynamic> map) { return Country(countryId: map['countryId'] as int?); }