inferSchemaType method
SchemaType
inferSchemaType(
- DogEngine engine,
- SchemaConfig config
inherited
Infers the schema type of the BASE type.
Implementation
SchemaType inferSchemaType(DogEngine engine, SchemaConfig config) {
return SchemaType.any;
}