toString method

  1. @override
String toString()
override

Returns a string representation of this circle.

Implementation

@override
String toString() => 'GeoCircle(center: $center, radius: ${radius}m)';