FutureProviderElement<T> constructor
- @internal
- _FutureProviderBase<
T> _provider
The element of a FutureProvider
Implementation
@internal
// ignore: library_private_types_in_public_api
FutureProviderElement(_FutureProviderBase<T> super._provider);