CborSmallInt constructor

const CborSmallInt(
  1. int value, {
  2. List<int> tags,
})

Implementation

const factory CborSmallInt(int value, {List<int> tags}) = _CborSmallIntImpl;