pow static method

num pow(
  1. num x,
  2. num exponent
)

Implementation

static num pow(num x, num exponent) => dart_math.pow(x, exponent);