myOrganizationsProvider top-level property
- @ProviderFor.new(myOrganizations)
final
See also myOrganizations.
Implementation
@ProviderFor(myOrganizations)
final myOrganizationsProvider =
AutoDisposeFutureProvider<List<Organization>>.internal(
myOrganizations,
name: r'myOrganizationsProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$myOrganizationsHash,
dependencies: null,
allTransitiveDependencies: null,
);