OpenAPISchema.ref constructor

OpenAPISchema.ref(
  1. String $ref
)

Creates a $ref schema.

Implementation

factory OpenAPISchema.ref(String $ref) => OpenAPISchema._({r'$ref': $ref});