challenge property

String challenge

Implementation

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

Implementation

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