infoWindow property

  1. @visibleForTesting
InfoWindow? infoWindow

Returns the gmaps.InfoWindow associated to the marker.

Implementation

@visibleForTesting
gmaps.InfoWindow? get infoWindow => _infoWindow;