line property

  1. @visibleForTesting
Polyline? line

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

Implementation

@visibleForTesting
gmaps.Polyline? get line => _polyline;