CborBase64.encode constructor

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

Implementation

factory CborBase64.encode(List<int> bytes, {List<int> tags}) =
    _CborBase64Impl.encode;