usagePage property

int usagePage

Implementation

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

Implementation

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