lines property
Returns the cache of PolylineContrller
s. Test only.
Implementation
@visibleForTesting
Map<PolylineId, PolylineController> get lines => _polylineIdToController;
Returns the cache of PolylineContrller
s. Test only.
@visibleForTesting
Map<PolylineId, PolylineController> get lines => _polylineIdToController;