toJson method

Map<String, int> toJson()

Implementation

Map<String, int> toJson() => {
      'startingBlock': startingBlock,
      'currentBlock': currentBlock,
      'highestBlock': highestBlock,
    };