Checkpoint constructor

Checkpoint({
  1. String checkpointId = '',
  2. int epoch = 0,
  3. int step = 0,
})

Implementation

Checkpoint({this.checkpointId = '', this.epoch = 0, this.step = 0})
  : super(fullyQualifiedName);