toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'slotNum': slotNum,
      'fromBlock': fromBlock,
      'toBlock': toBlock,
      'fromTimestamp': fromTimestamp,
      'toTimestamp': toTimestamp,
    };