Period constructor

Period({
  1. int? slotNum,
  2. int? fromBlock,
  3. int? toBlock,
  4. String? fromTimestamp,
  5. String? toTimestamp,
})

Implementation

Period(
    {this.slotNum,
    this.fromBlock,
    this.toBlock,
    this.fromTimestamp,
    this.toTimestamp});