CheckpointMatchError constructor

CheckpointMatchError({
  1. required Uint8List imageOfRecorder,
  2. required Uint8List imageOfPlayer,
  3. required RatioRect matchPosition,
})

Implementation

CheckpointMatchError(
    {required this.imageOfRecorder,
    required this.imageOfPlayer,
    required this.matchPosition});