SyncInformation constructor

  1. @internal
SyncInformation(
  1. int? startingBlock,
  2. int? currentBlock,
  3. int? finalBlock
)

Implementation

@internal
SyncInformation(this.startingBlock, this.currentBlock, this.finalBlock);