CborBigInt.fromNegativeBytes constructor

CborBigInt.fromNegativeBytes(
  1. List<int> bytes, {
  2. List<int> tags,
})

Implementation

factory CborBigInt.fromNegativeBytes(List<int> bytes, {List<int> tags}) =
    _CborBigIntImpl.fromNegativeBytes;