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