quota property

int quota

Implementation

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

Implementation

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