GlobalClustersMessage constructor

GlobalClustersMessage({
  1. List<GlobalCluster>? globalClusters,
  2. String? marker,
})

Implementation

GlobalClustersMessage({
  this.globalClusters,
  this.marker,
});