length property

double get length

Implementation

double get length => sqrt(x * x + y * y);