replica_factor property
int
get
replica_factor
Implementation
int get replica_factor => this._replica_factor;
set
replica_factor
(int replica_factor)
Implementation
set replica_factor(int replica_factor) {
this._replica_factor = replica_factor;
this.__isset_replica_factor = true;
}