warnAfter property

Duration warnAfter
getter/setter pair

The duration after which an unclosed batch triggers a warning in debug mode. Defaults to 5 seconds.

Implementation

static Duration warnAfter = const Duration(seconds: 5);