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