Cluster<T extends ClusterItem> constructor

const Cluster<T extends ClusterItem>(
  1. Iterable<T> items,
  2. LatLng location
)

Implementation

const Cluster(this.items, this.location);