CborEncodeIndefiniteLengthBytes constructor

CborEncodeIndefiniteLengthBytes(
  1. List<List<int>> items, {
  2. List<int> tags,
})

Implementation

factory CborEncodeIndefiniteLengthBytes(List<List<int>> items,
    {List<int> tags}) = _CborEncodeIndefiniteLengthBytesImpl;