name property

String get name

Gets the name of the adapter.

This is used for identification and debugging purposes.

Example return values:

  • 'DioAdapter'
  • 'HttpAdapter'
  • 'MockAdapter'

Implementation

String get name;