name property

String get name

Gets a name for this request type. The DeekWebClient will use this name for logging and notifying listeners. By default, it will simply return the runtimeType name of your DeekWebRequest implementation.

Implementation

String get name => runtimeType.toString();