CborException constructor

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

Implementation

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