usageMaximum property

int usageMaximum

Implementation

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

Implementation

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