Node constructor
Node({})
Implementation
Node({
this.buildVersion,
this.clientFeatures,
this.cluster,
this.extensions,
this.id,
this.listeningAddresses,
this.locality,
this.metadata,
this.userAgentBuildVersion,
this.userAgentName,
this.userAgentVersion,
});