cardGenerationProvider top-level property
- @ProviderFor.new(CardGeneration)
final
See also CardGeneration.
Implementation
@ProviderFor(CardGeneration)
final cardGenerationProvider =
NotifierProvider<CardGeneration, CardGenerationState>.internal(
CardGeneration.new,
name: r'cardGenerationProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$cardGenerationHash,
dependencies: null,
allTransitiveDependencies: null,
);