challenge property
String?
get
challenge
Implementation
String? get challenge => _$this._challenge;
set
challenge
(String? challenge)
Implementation
set challenge(String? challenge) => _$this._challenge = challenge;