Node constructor

Node({
  1. String? host,
  2. String? memcacheFullVersion,
  3. String? memcacheVersion,
  4. String? nodeId,
  5. MemcacheParameters? parameters,
  6. int? port,
  7. String? state,
  8. String? zone,
})

Implementation

Node({
  this.host,
  this.memcacheFullVersion,
  this.memcacheVersion,
  this.nodeId,
  this.parameters,
  this.port,
  this.state,
  this.zone,
});