polygon property

  1. @visibleForTesting
Polygon? polygon

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

Implementation

@visibleForTesting
gmaps.Polygon? get polygon => _polygon;