SchemaObject constructor
const
SchemaObject(
- ObjectType baseType,
- Type type,
- String name,
- 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);