SchemaType constructor

SchemaType(
  1. String type, [
  2. String? targetClass
])

Constructs field schema type

Implementation

SchemaType(this.type, [this.targetClass]);