CborSimpleValue constructor

const CborSimpleValue(
  1. int simpleValue, {
  2. List<int> tags,
})

Implementation

const factory CborSimpleValue(int simpleValue, {List<int> tags}) =
    _CborSimpleValueImpl;