trafficLayer property

  1. @visibleForTesting
TrafficLayer? trafficLayer

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

Implementation

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