serialise method

Uint8List serialise()

Implementation

Uint8List serialise() {
  return InstructionWrapper(
    arithmeticWrapper: this
  ).writeToBuffer();
}