cookie property

String cookie

Implementation

String get cookie => js_util.getProperty(this, 'cookie');
void cookie=(String newValue)

Implementation

set cookie(String newValue) {
  js_util.setProperty(this, 'cookie', newValue);
}