OpenAPISchema.nothing constructor

OpenAPISchema.nothing()

Creates a schema that matches nothing.

Implementation

factory OpenAPISchema.nothing() => OpenAPISchema._(false);