core.Map<core.String, core.dynamic> toJson() { final steps = this.steps; final text = this.text; return {'steps': ?steps, 'text': ?text}; }