create static method

PowExpression create()

Implementation

@$core.pragma('dart2js:noInline')
static PowExpression create() => PowExpression._();