quota property

int get quota

Implementation

int get quota => js_util.getProperty(this, 'quota');
set quota (int newValue)

Implementation

set quota(int newValue) {
  js_util.setProperty(this, 'quota', newValue);
}