Checkpoint constructor

Checkpoint({
  1. required String name,
  2. required Uint8List snapshot,
})

Implementation

Checkpoint({required this.name, required this.snapshot});