CheckpointDefectLoader typedef

CheckpointDefectLoader = Future<List<CheckPointDefect>> Function(CheckPoint checkpoint)

Implementation

typedef CheckpointDefectLoader = Future<List<CheckPointDefect>> Function(
  CheckPoint checkpoint,
);