T_forward method

Uint8List T_forward()
override

Implementation

Uint8List T_forward() {
    return leb128.encodeSigned(Null.type_code);
}