TimeOutToken constructor

TimeOutToken(
  1. Duration duration, [
  2. String message = 'The token timed out'
])

Implementation

TimeOutToken(this.duration, [String message = 'The token timed out'])
    : super(message);