ImageProcessingException constructor

const ImageProcessingException(
  1. String message, [
  2. Exception? cause
])

Implementation

const ImageProcessingException(this.message, [this.cause]);