CborInt8Array constructor

const CborInt8Array(
  1. List<int> bytes, {
  2. List<int> tags = const [],
})

Implementation

const CborInt8Array(super.bytes, {super.tags});