DependentUnknownToolIdentifier constructor

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

Implementation

const DependentUnknownToolIdentifier({
  this.type,
});