factory Ip6Address.fromBytes(List<int> bytes) { return Ip6Address.decode(RawReader.withBytes(bytes)); }