toJson method

Map<String, dynamic> toJson()

Implementation

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};
}