MysqlObjectIdentifier constructor

MysqlObjectIdentifier({
  1. String? database,
  2. String? table,
})

Implementation

MysqlObjectIdentifier({
  this.database,
  this.table,
});