Line data Source code
1 : import 'dart:math' as math; 2 : 3 2 : num pow(num base, num exponent) => math.pow(base, exponent);