SchemaTableIdentifier constructor

const SchemaTableIdentifier(
  1. String? schema,
  2. String name
)

Implementation

const SchemaTableIdentifier(this.schema, this.name);