toJson method

Map<String, dynamic> toJson()

Implementation

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