mayUseGATT property

bool mayUseGATT

Implementation

bool get mayUseGATT => js_util.getProperty(this, 'mayUseGATT');
void mayUseGATT=(bool newValue)

Implementation

set mayUseGATT(bool newValue) {
  js_util.setProperty(this, 'mayUseGATT', newValue);
}