DependencyElement constructor

  1. @visibleForTesting
const DependencyElement(
  1. TokenElement token, {
  2. TypeTokenElement? type,
  3. bool host = false,
  4. bool optional = false,
  5. bool self = false,
  6. bool skipSelf = false,
})

Implementation

@visibleForTesting
const DependencyElement(
  this.token, {
  this.type,
  this.host = false,
  this.optional = false,
  this.self = false,
  this.skipSelf = false,
});