OrgCertificationsProvider constructor

OrgCertificationsProvider(
  1. String orgId
)

See also orgCertifications.

Implementation

OrgCertificationsProvider(String orgId)
  : this._internal(
      (ref) => orgCertifications(ref as OrgCertificationsRef, orgId),
      from: orgCertificationsProvider,
      name: r'orgCertificationsProvider',
      debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$orgCertificationsHash,
      dependencies: OrgCertificationsFamily._dependencies,
      allTransitiveDependencies:
          OrgCertificationsFamily._allTransitiveDependencies,
      orgId: orgId,
    );