ProxyProviderNode constructor
ProxyProviderNode({})
Creates a ProxyProviderNode.
Implementation
ProxyProviderNode({
required this.baseType,
required this.resultType,
this.isChangeNotifier = false,
this.childOffset,
this.childLength,
required super.filePath,
required super.offset,
required super.length,
});