description property
String
get
description
Implementation
String get description =>
'RequestOptions(baseUrl: $baseUrl, method: $method, path: $path, headers: $headers, queryParameters: $queryParameters, data: $data, sendTimeout: $sendTimeout, receiveTimeout: $receiveTimeout)';