read static method
Implementation
static LiftRetVal<NetworkValidationAddressParseException> read(
Uint8List buf) {
int new_offset = buf.offsetInBytes;
return LiftRetVal(NetworkValidationAddressParseException._(), new_offset);
}
static LiftRetVal<NetworkValidationAddressParseException> read(
Uint8List buf) {
int new_offset = buf.offsetInBytes;
return LiftRetVal(NetworkValidationAddressParseException._(), new_offset);
}