toMap property

Map<String, int> toMap

Implementation

Map<String, int> get toMap => {
      "stepZoom": stepZoom.toInt(),
      "initZoom": initZoom.toInt(),
      "minZoom": minZoomLevel.toInt(),
      "maxZoom": maxZoomLevel.toInt(),
    };