tag property

Symbol? tag
final

If tag is set, the provider will inject an array with all services with the given tag. If no services are tagged with the tag, an empty list will be injected.

Implementation

final Symbol? tag;