BlockchainNode constructor

BlockchainNode({
  1. String? blockchainType,
  2. ConnectionInfo? connectionInfo,
  3. String? createTime,
  4. EthereumDetails? ethereumDetails,
  5. Map<String, String>? labels,
  6. String? name,
  7. bool? privateServiceConnectEnabled,
  8. String? state,
  9. String? updateTime,
})

Implementation

BlockchainNode({
  this.blockchainType,
  this.connectionInfo,
  this.createTime,
  this.ethereumDetails,
  this.labels,
  this.name,
  this.privateServiceConnectEnabled,
  this.state,
  this.updateTime,
});