$ObjectIdentifier constructor

$ObjectIdentifier({
  1. String? schema,
  2. String? table,
})

Implementation

$ObjectIdentifier({
  this.schema,
  this.table,
});