PolicyControllerMembershipState constructor
PolicyControllerMembershipState({
- Map<
String, PolicyControllerOnClusterState> ? componentStates, - PolicyControllerPolicyContentState? policyContentState,
- String? state,
Implementation
PolicyControllerMembershipState({
this.componentStates,
this.policyContentState,
this.state,
});