M_forward method

Uint8List M_forward()
override

Implementation

Uint8List M_forward() {
    return leb128.encodeSigned(this.value);
}