CborMime.fromUtf8 constructor

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

Implementation

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