ToOtherPot constructor

const ToOtherPot(
  1. BigInt value
)

Constructs a ToOtherPot MIR object with the specified value.

Implementation

const ToOtherPot(this.value);