static Country? fromJson(String jsonString) => serializers.deserializeWith( Country.serializer, json.decode(jsonString));