FittorTimeoutException constructor
const
FittorTimeoutException(
- String message,
- Duration timeout, [
- dynamic error,
- StackTrace? stackTrace,
Implementation
const FittorTimeoutException(String message, this.timeout,
[dynamic error, StackTrace? stackTrace])
: super(message, error, stackTrace);