ChecksumMismatchException constructor

ChecksumMismatchException({
  1. String? message,
})

Constructs the ChecksumMismatchException

Implementation

ChecksumMismatchException({super.message});