UserManagedStatus constructor

UserManagedStatus({
  1. List<ReplicaStatus>? replicas,
})

Implementation

UserManagedStatus({
  this.replicas,
});