ProviderDeclarationNode constructor
ProviderDeclarationNode({})
Creates a ProviderDeclarationNode.
Implementation
ProviderDeclarationNode({
required this.providerType,
required this.providedClass,
this.childOffset,
this.childLength,
required super.filePath,
required super.offset,
required super.length,
});