CborException constructor

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

Implementation

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