CborUri.fromUtf8 constructor

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

Implementation

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