ClusterUser constructor

ClusterUser({
  1. String? username,
})

Implementation

ClusterUser({
  this.username,
});