Sqrt constructor

Sqrt(
  1. dynamic expr
)

Creates $sqrt operator expression

Implementation

Sqrt(expr) : super('sqrt', expr);