cookie property

String get cookie

Implementation

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

Implementation

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