Ip4Address.decode constructor
Ip4Address.decode(
- RawReader reader
Implementation
factory Ip4Address.decode(RawReader reader) {
return Ip4Address.fromUint32(reader.readUint32());
}
factory Ip4Address.decode(RawReader reader) {
return Ip4Address.fromUint32(reader.readUint32());
}