ifAvailable property
bool
get
ifAvailable
Implementation
bool get ifAvailable => js_util.getProperty(this, 'ifAvailable');
set
ifAvailable
(bool newValue)
Implementation
set ifAvailable(bool newValue) {
js_util.setProperty(this, 'ifAvailable', newValue);
}