$StaticCluster constructor

$StaticCluster({
  1. Map<String, Object?>? cluster,
  2. String? lastUpdated,
})

Implementation

$StaticCluster({
  this.cluster,
  this.lastUpdated,
});