ProviderNode constructor
ProviderNode(
- int start,
- int end, {
- List<
ProviderInstance> providers = const [], - List<
ProviderNode> children = const [],
Implementation
ProviderNode(
this.start,
this.end, {
this.providers = const [],
this.children = const [],
});