message property
latefinal
The message for the exception.
Defaults to _defaultMessage
if not provided in the constructor.
Implementation
late final String Function(Object reason, Webservice) message;
The message for the exception.
Defaults to _defaultMessage
if not provided in the constructor.
late final String Function(Object reason, Webservice) message;