XdrHello constructor Null safety

XdrHello(
  1. XdrUint32 _ledgerVersion,
  2. XdrUint32 _overlayVersion,
  3. XdrUint32 _overlayMinVersion,
  4. XdrHash _networkID,
  5. String _versionStr,
  6. int _listeningPort,
  7. XdrNodeID _peerID,
  8. XdrAuthCert _cert,
  9. XdrUint256 _nonce
)

Implementation

XdrHello(
    this._ledgerVersion,
    this._overlayVersion,
    this._overlayMinVersion,
    this._networkID,
    this._versionStr,
    this._listeningPort,
    this._peerID,
    this._cert,
    this._nonce);