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