reference static method

SchemaType reference(
  1. String serialName
)

Creates a schema type representing a reference to another schema by its serial name.

Implementation

static SchemaType reference(String serialName) => SchemaReference(serialName);