cookies property

  1. @override
List<Cookie> get cookies
override

Cookies to present to the server (in the 'cookie' header).

Implementation

@override
List<_i2.Cookie> get cookies => (super.noSuchMethod(
      Invocation.getter(#cookies),
      returnValue: <_i2.Cookie>[],
    ) as List<_i2.Cookie>);