M_forward method

Uint8List M_forward()
override

Implementation

Uint8List M_forward() {
    return Uint8List.fromList([this.value]);
}