GetDiseaseLearningContentProvider constructor

GetDiseaseLearningContentProvider(
  1. {required String chapterId}
)

See also getDiseaseLearningContent.

Implementation

GetDiseaseLearningContentProvider({
  required String chapterId,
}) : this._internal(
        (ref) => getDiseaseLearningContent(
          ref as GetDiseaseLearningContentRef,
          chapterId: chapterId,
        ),
        from: getDiseaseLearningContentProvider,
        name: r'getDiseaseLearningContentProvider',
        debugGetCreateSourceHash:
            const bool.fromEnvironment('dart.vm.product')
                ? null
                : _$getDiseaseLearningContentHash,
        dependencies: GetDiseaseLearningContentFamily._dependencies,
        allTransitiveDependencies:
            GetDiseaseLearningContentFamily._allTransitiveDependencies,
        chapterId: chapterId,
      );