OpenAPISchema.nothing constructor
OpenAPISchema.nothing()
Creates a schema that matches nothing.
Implementation
factory OpenAPISchema.nothing() => OpenAPISchema._(false);
Creates a schema that matches nothing.
factory OpenAPISchema.nothing() => OpenAPISchema._(false);