TLVException constructor

const TLVException(
  1. String message, {
  2. String tag = '',
  3. int position = -1,
  4. String? additionalInfo,
})

Implementation

const TLVException(
  this.message, {
  this.tag = '',
  this.position = -1,
  this.additionalInfo,
});