AsyncProviderNode constructor
AsyncProviderNode({})
Creates an AsyncProviderNode.
Implementation
AsyncProviderNode({
required this.providerType,
required this.providedType,
this.childOffset,
this.childLength,
required super.filePath,
required super.offset,
required super.length,
});