ProviderNode constructor

ProviderNode(
  1. int start,
  2. int end, {
  3. List<ProviderInstance> providers = const [],
  4. List<ProviderNode> children = const [],
})

Implementation

ProviderNode(
  this.start,
  this.end, {
  this.providers = const [],
  this.children = const [],
});