FittorTimeoutException constructor

const FittorTimeoutException(
  1. String message,
  2. Duration timeout, [
  3. dynamic error,
  4. StackTrace? stackTrace,
])

Implementation

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