OrgRoleProfilesProvider constructor
- String orgId
See also orgRoleProfiles.
Implementation
OrgRoleProfilesProvider(String orgId)
: this._internal(
(ref) => orgRoleProfiles(ref as OrgRoleProfilesRef, orgId),
from: orgRoleProfilesProvider,
name: r'orgRoleProfilesProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$orgRoleProfilesHash,
dependencies: OrgRoleProfilesFamily._dependencies,
allTransitiveDependencies:
OrgRoleProfilesFamily._allTransitiveDependencies,
orgId: orgId,
);