SourceObjectIdentifier constructor

SourceObjectIdentifier({
  1. String? database,
  2. String? type,
})

Implementation

SourceObjectIdentifier({
  this.database,
  this.type,
});