TopicIdsWithContentProvider constructor
- String domainId
See also topicIdsWithContent.
Implementation
TopicIdsWithContentProvider(String domainId)
: this._internal(
(ref) => topicIdsWithContent(ref as TopicIdsWithContentRef, domainId),
from: topicIdsWithContentProvider,
name: r'topicIdsWithContentProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$topicIdsWithContentHash,
dependencies: TopicIdsWithContentFamily._dependencies,
allTransitiveDependencies:
TopicIdsWithContentFamily._allTransitiveDependencies,
domainId: domainId,
);