CborDateTimeString.fromUtf8 constructor

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

Implementation

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