PolicyControllerMembershipState constructor

PolicyControllerMembershipState({
  1. Map<String, PolicyControllerOnClusterState>? componentStates,
  2. PolicyControllerPolicyContentState? policyContentState,
  3. String? state,
})

Implementation

PolicyControllerMembershipState({
  this.componentStates,
  this.policyContentState,
  this.state,
});