debounceTime property

int? debounceTime
final

we used it when we debounce. We give time in milliseconds.

Implementation

final int? debounceTime;