fallback property

String fallback

Implementation

String get fallback => js_util.getProperty(this, 'fallback');
void fallback=(String newValue)

Implementation

set fallback(String newValue) {
  js_util.setProperty(this, 'fallback', newValue);
}