CborBytes.indefinite constructor

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

Implementation

factory CborBytes.indefinite(List<List<int>> bytes, {List<int> tags}) =
    _CborBytesIndefiniteLengthImpl;