DalerInstance constructor

DalerInstance({
  1. String? role,
  2. int? rw,
  3. int? ww,
  4. bool? failover,
})

Implementation

DalerInstance({this.role, this.rw, this.ww, this.failover});