ClusterStateChangeReason constructor
ClusterStateChangeReason({
- ClusterStateChangeReasonCode? code,
- String? message,
Implementation
ClusterStateChangeReason({
this.code,
this.message,
});