Node constructor

Node({
  1. String? id,
  2. String? ip,
  3. bool? isHotStandby,
  4. String? state,
  5. String? zoneId,
})

Implementation

Node({this.id, this.ip, this.isHotStandby, this.state, this.zoneId});