CborMalformedException constructor

const CborMalformedException(
  1. String message, [
  2. int? offset
])

Implementation

const CborMalformedException(String message, [int? offset])
    : super(message, offset);