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