DynamicCluster constructor

DynamicCluster({
  1. String? clientStatus,
  2. Map<String, Object?>? cluster,
  3. UpdateFailureState? errorState,
  4. String? lastUpdated,
  5. String? versionInfo,
})

Implementation

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