ASN1Integer.fromBytes constructor

ASN1Integer.fromBytes(
  1. Uint8List bytes
)

Implementation

ASN1Integer.fromBytes(super.bytes) : super.fromBytes() {
  valueAsBigInteger = decodeBigInt(valueBytes());
}