setMinZoom method

void setMinZoom(
  1. double zoom
)

Implementation

void setMinZoom(double zoom) {
  value = value.copyWith(minAvailableZoom: zoom);
}