message property

  1. @override
String? get message
override

Description of the cause of the timeout.

Implementation

@override
String? get message => timeoutException.message;