challenge property
String
get
challenge
Implementation
String get challenge {
return $$context$$["challenge"];
}
set
challenge
(String value)
Implementation
set challenge(String value) {
$$context$$["challenge"] = value;
}