SourceTypeEps constructor

const SourceTypeEps({
  1. String? reference,
  2. String? statementDescriptor,
})

Implementation

const SourceTypeEps({
  this.reference,
  this.statementDescriptor,
});