CborDateTimeInt.fromSecondsSinceEpoch constructor

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

Implementation

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