RootResponse constructor

RootResponse(
  1. String horizonVersion,
  2. String stellarCoreVersion,
  3. int historyLatestLedger,
  4. String historyLatestLedgerClosedAt,
  5. int historyElderLedger,
  6. int coreLatestLedger,
  7. String networkPassphrase,
  8. int currentProtocolVersion,
  9. int supportedProtocolVersion,
  10. int coreSupportedProtocolVersion,
)

Implementation

RootResponse(
    this.horizonVersion,
    this.stellarCoreVersion,
    this.historyLatestLedger,
    this.historyLatestLedgerClosedAt,
    this.historyElderLedger,
    this.coreLatestLedger,
    this.networkPassphrase,
    this.currentProtocolVersion,
    this.supportedProtocolVersion,
    this.coreSupportedProtocolVersion);