storageArea property

Storage? storageArea

Implementation

Storage? get storageArea => js_util.getProperty(this, 'storageArea');
void storageArea=(Storage? newValue)

Implementation

set storageArea(Storage? newValue) {
  js_util.setProperty(this, 'storageArea', newValue);
}