OpenAPISchema.anything constructor
OpenAPISchema.anything()
Creates a schema that matches everything.
Implementation
factory OpenAPISchema.anything() => OpenAPISchema._(true);
Creates a schema that matches everything.
factory OpenAPISchema.anything() => OpenAPISchema._(true);