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