CborBytes constructor

CborBytes(
  1. List<int> bytes, {
  2. List<int> tags,
})

Implementation

factory CborBytes(List<int> bytes, {List<int> tags}) = _CborBytesImpl;