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