SchemaBuilder(PersistentStore store, Schema inputSchema, { bool isTemporary: false })

Creates a builder starting from an existing schema.

Source

SchemaBuilder(this.store, this.inputSchema, {this.isTemporary: false}) {
  schema = new Schema.from(inputSchema);
}