cookies property - HttpResponse class - dart:io library (original) (raw)
Cookies to set in the client (in the 'set-cookie' header).
Implementation
List<Cookie> get cookies;
Cookies to set in the client (in the 'set-cookie' header).
List<Cookie> get cookies;