ClusterNode constructor
      const
      ClusterNode({})
     
    
    
Implementation
const ClusterNode({
  required this.pubkey,
  required this.gossip,
  required this.tpu,
  required this.rpc,
  required this.version,
  required this.featureSet,
  required this.shredVersion,
});