CborString.fromUtf8 constructor

CborString.fromUtf8(
  1. List<int> value, {
  2. List<int> tags,
})

Implementation

factory CborString.fromUtf8(List<int> value, {List<int> tags}) =
    _CborStringImpl.fromUtf8;