circle property

  1. @visibleForTesting
Circle? circle

Returns the wrapped gmaps.Circle. Only used for testing.

Implementation

@visibleForTesting
gmaps.Circle? get circle => _circle;