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