defaultTimeout constant
Duration
const defaultTimeout
Default timeout is 10 seconds Timeout is the number of seconds to wait for a connection. If no connection is made, the check will fail. If no timeout is provided, the check will wait forever.
Implementation
static const Duration defaultTimeout = Duration(seconds: 10);