static DateData? fromJson(String jsonString) { return serializers.deserializeWith( DateData.serializer, json.decode(jsonString)); }