description property

String get description

Implementation

String get description => [
      '🌎 ${method.name} $baseUrl$path',
      'Headers: ${headers.values}',
      'QueryParameters: ${queryParameters ?? {}}',
      'Body: $data',
    ].join('\n');