DependencyElement constructor
- @visibleForTesting
- TokenElement token, {
- TypeTokenElement? type,
- bool host = false,
- bool optional = false,
- bool self = false,
- bool skipSelf = false,
Implementation
@visibleForTesting
const DependencyElement(
this.token, {
this.type,
this.host = false,
this.optional = false,
this.self = false,
this.skipSelf = false,
});