BranderMapState constructor

const BranderMapState({
  1. List<MapCluster> mapClusters = const [],
  2. Marker? userMarker,
  3. bool? shouldAnimateCamera,
})

Implementation

const BranderMapState({
  this.mapClusters = const [],
  this.userMarker,
  this.shouldAnimateCamera,
});