DynamicCluster constructor

DynamicCluster({
  1. Map<String, Object?>? cluster,
  2. String? lastUpdated,
  3. String? versionInfo,
})

Implementation

DynamicCluster({this.cluster, this.lastUpdated, this.versionInfo});