styles property

  1. @visibleForTesting
List<MapTypeStyle> get styles

A getter for the current styles. Only for tests.

Implementation

@visibleForTesting
List<gmaps.MapTypeStyle> get styles => _lastStyles;