Creates a builder starting from an existing schema.
Source
SchemaBuilder(this.store, this.inputSchema, {this.isTemporary: false}) {
schema = new Schema.from(inputSchema);
}
Creates a builder starting from an existing schema.
SchemaBuilder(this.store, this.inputSchema, {this.isTemporary: false}) {
schema = new Schema.from(inputSchema);
}