OpenAPISchema.ref constructor
OpenAPISchema.ref(
- String $ref
Creates a $ref schema.
Implementation
factory OpenAPISchema.ref(String $ref) => OpenAPISchema._({r'$ref': $ref});
Creates a $ref schema.
factory OpenAPISchema.ref(String $ref) => OpenAPISchema._({r'$ref': $ref});