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