CborUri constructor

CborUri(
  1. Uri value, {
  2. List<int> tags,
})

Implementation

factory CborUri(Uri value, {List<int> tags}) = _CborUriImpl;