cluster property
int
get
cluster
Implementation
int get cluster => this._cluster;
set
cluster
(int cluster)
Implementation
set cluster(int cluster) {
this._cluster = cluster;
this.__isset_cluster = true;
}