AsyncPodBuilder<T extends Object>  constructor 
      const
      AsyncPodBuilder<T extends Object> ({ 
    
    
- Key? key,
- required Async<ValueListenable< pod,T> >
- required TOnOptionBuilder<T, PodBuilderSnapshot< builder,T> >
- void onDispose(- ValueListenable<T> pod
 
- ValueListenable<
- Duration? debounceDuration,
- Duration? cacheDuration = Duration.zero,
- Widget? child,
Implementation
const AsyncPodBuilder({
  super.key,
  required this.pod,
  required this.builder,
  this.onDispose,
  this.debounceDuration,
  this.cacheDuration = Duration.zero,
  this.child,
});