OpenAPISchema.anything constructor

OpenAPISchema.anything()

Creates a schema that matches everything.

Implementation

factory OpenAPISchema.anything() => OpenAPISchema._(true);