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