getSetCookie property

List<String> Function() get getSetCookie

Implementation

_i2.List<_i2.String> Function() get getSetCookie => () => ((_i4.callMethod(
      _i4.getProperty(
        this,
        'getSetCookie',
      ),
      r'call',
      [this],
    )) as _i2.List)
        .cast();
set getSetCookie (List<String> value())

Implementation

set getSetCookie(_i2.List<_i2.String> Function() value) {
  _i4.setProperty(
    this,
    'getSetCookie',
    _i4.allowInterop(value),
  );
}