ConversionErrorException constructor

const ConversionErrorException(
  1. String message, {
  2. int? errorCode,
})

Implementation

const ConversionErrorException(super.message, {super.errorCode});