DependentUnknownAgentIdentifier constructor

const DependentUnknownAgentIdentifier({
  1. String? type,
})

Implementation

const DependentUnknownAgentIdentifier({
  this.type,
});