TopicTreeProvider constructor
- String domainId
See also topicTree.
Implementation
TopicTreeProvider(String domainId)
: this._internal(
(ref) => topicTree(ref as TopicTreeRef, domainId),
from: topicTreeProvider,
name: r'topicTreeProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$topicTreeHash,
dependencies: TopicTreeFamily._dependencies,
allTransitiveDependencies: TopicTreeFamily._allTransitiveDependencies,
domainId: domainId,
);