CborDateTimeInt constructor

CborDateTimeInt(
  1. DateTime value, {
  2. List<int> tags,
})

Implementation

factory CborDateTimeInt(DateTime value, {List<int> tags}) =
    _CborDateTimeIntImpl;