AMapCluster<T> constructor

AMapCluster<T>({
  1. required List<T> items,
  2. required LatLng center,
  3. required String cellKey,
  4. required bool isCluster,
})

Implementation

AMapCluster({
  required this.items,
  required this.center,
  required this.cellKey,
  required this.isCluster,
});