read static method

Implementation

static LiftRetVal<TooPreciseParseAmountException> read(Uint8List buf) {
  int new_offset = buf.offsetInBytes;

  return LiftRetVal(TooPreciseParseAmountException._(), new_offset);
}