EPAddress.fromBytes constructor

EPAddress.fromBytes(
  1. Uint8List bytes
)

Constructs an EPAddress from raw bytes.

Implementation

EPAddress.fromBytes(Uint8List super.bytes) : super.fromBytes();