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