Debouncer constructor

Debouncer({
  1. required VideoPlayerState state,
})

Implementation

Debouncer({required this.state});