CborRegex.fromUtf8 constructor

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

Implementation

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