robustness property

String robustness

Implementation

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

Implementation

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