CborBase64.fromUtf8 constructor

CborBase64.fromUtf8(
  1. List<int> str, {
  2. List<int> tags,
})

Implementation

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