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