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