SchemaObject constructor

const SchemaObject(
  1. ObjectType baseType,
  2. Type type,
  3. String name,
  4. List<SchemaProperty> properties,
)

Creates schema instance with object type and collection of object's properties.

Implementation

const SchemaObject(this.baseType, this.type, this.name, this.properties);