squareRoot property

double squareRoot

Returns the square root of this number.

Implementation

double get squareRoot => math.sqrt(this);