PolicyControllerOnClusterState constructor

PolicyControllerOnClusterState({
  1. String? details,
  2. String? state,
})

Implementation

PolicyControllerOnClusterState({
  this.details,
  this.state,
});