trafficLayer property

  1. @visibleForTesting
TrafficLayer? get trafficLayer

A getter for the current traffic layer. Only for tests.

Implementation

@visibleForTesting
gmaps.TrafficLayer? get trafficLayer => _trafficLayer;