SyncInformation constructor

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

Implementation

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