ASN1IpAddress.fromBytes constructor

ASN1IpAddress.fromBytes(
  1. Uint8List bytes
)

Create an ASN1IpAddress from an encoded list of bytes.

Implementation

ASN1IpAddress.fromBytes(super.bytes) : super.fromBytes() {
  _assertValidLength(octets);
}