Schema.ref constructor

Schema.ref(
  1. String ref
)

Creates a Schema for a reference to another schema.

Implementation

factory Schema.ref(String ref) => Schema(ref: ref);