ClusterManagerUpdates.from constructor

ClusterManagerUpdates.from(
  1. Set<ClusterManager> previous,
  2. Set<ClusterManager> current
)

Computes ClusterManagerUpdates given previous and current ClusterManagers.

Implementation

ClusterManagerUpdates.from(super.previous, super.current)
    : super.from(objectName: 'clusterManager');