cookies property Null safety
Cookies presented to the server (in the 'cookie' header).
Throws HttpProfileRequestError is hasError is true.
Implementation
List<String> get cookies => _returnIfNoError(_cookies);
Cookies presented to the server (in the 'cookie' header).
Throws HttpProfileRequestError is hasError is true.
List<String> get cookies => _returnIfNoError(_cookies);