AmountConverterException constructor

const AmountConverterException(
  1. String message, {
  2. Map<String, dynamic>? details,
})

Implementation

const AmountConverterException(super.message, {super.details});