ListBlockchainNodesResponse constructor
      
      ListBlockchainNodesResponse({ 
    
    
- List<BlockchainNode> ? blockchainNodes,
- String? nextPageToken,
- List<String> ? unreachable,
Implementation
ListBlockchainNodesResponse({
  this.blockchainNodes,
  this.nextPageToken,
  this.unreachable,
});