GlobalClustersMessage constructor
GlobalClustersMessage({
- List<
GlobalCluster> ? globalClusters, - String? marker,
Implementation
GlobalClustersMessage({
this.globalClusters,
this.marker,
});