ifAvailable property

bool ifAvailable

Implementation

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

Implementation

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