sqrt property

num get sqrt

Returns the square root of the number.

Implementation

num get sqrt => math.sqrt(this);