cookies property - HttpResponse class - dart:io library (original) (raw)

description

List<Cookie> getcookies

Cookies to set in the client (in the 'set-cookie' header).

Implementation

List<Cookie> get cookies;