inferSchemaType method

SchemaType inferSchemaType(
  1. DogEngine engine,
  2. SchemaConfig config
)
inherited

Infers the schema type of the BASE type.

Implementation

SchemaType inferSchemaType(DogEngine engine, SchemaConfig config) {
  return SchemaType.any;
}