NetworkStatusResponse constructor

const NetworkStatusResponse(
  1. BlockIdentifier currentBlockIdentifier,
  2. Timestamp currentBlockTimestamp,
  3. BlockIdentifier genesisBlockIdentifier,
  4. List<Peer> peers,
  5. BlockIdentifier? oldestBlockIdentifier,
  6. SyncStatus? syncStatus,
)

Implementation

const NetworkStatusResponse(
  this.currentBlockIdentifier,
  this.currentBlockTimestamp,
  this.genesisBlockIdentifier,
  this.peers,
  this.oldestBlockIdentifier,
  this.syncStatus,
);