Cluster<T extends ClusterItem> constructor
const
Cluster<T extends ClusterItem> (
- Iterable<
T> items, - LatLng location
Implementation
const Cluster(this.items, this.location);