hasTimeouts property

bool get hasTimeouts

Returns true if this controller has any timeouts specified.

Implementation

bool get hasTimeouts => timeout != null || hasLifecycleTimeouts;