Pow constructor

Pow(
  1. Object value,
  2. Object exponent
)

Implementation

Pow(this.value, this.exponent);