LearningPathDetailProvider constructor

LearningPathDetailProvider(
  1. String pathId
)

See also learningPathDetail.

Implementation

LearningPathDetailProvider(String pathId)
  : this._internal(
      (ref) => learningPathDetail(ref as LearningPathDetailRef, pathId),
      from: learningPathDetailProvider,
      name: r'learningPathDetailProvider',
      debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$learningPathDetailHash,
      dependencies: LearningPathDetailFamily._dependencies,
      allTransitiveDependencies:
          LearningPathDetailFamily._allTransitiveDependencies,
      pathId: pathId,
    );