MapState constructor
const
MapState({})
Implementation
const MapState(
{this.isMapInitialized = false,
this.isFollowingUser = true,
this.showMyRoute = true,
Map<String, Polyline>? polylines,
Map<String, Marker>? markers})
: polylines = polylines ?? const {},
markers = markers ?? const {};