RemoteCluster constructor

RemoteCluster({
  1. String? cluster,
  2. String? uid,
})

Implementation

RemoteCluster({
  this.cluster,
  this.uid,
});