Creates a copy of this Debounce with the given fields replaced.
Debounce copyWith({Duration? delay}) => Debounce(delay ?? this.delay);