String? get question => _$this._question;
set question(covariant String? question) => _$this._question = question;