It can be used when the dart:math package is imported.
Read moreWhat is DART math?
dart:math library is an inbuilt library in dart . It contains different mathematical constants, mathematical functions and a few classes.
Read moreHow do you calculate power in darts?
In order to use the pow() function, you must first import the dart:math package.
Read more