CborBigInt.fromBytes constructor

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

Implementation

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