ByIdentityValue constructor

const ByIdentityValue({
  1. required int leaderSlots,
  2. required int blocksProduced,
})

Implementation

const ByIdentityValue({required this.leaderSlots, required this.blocksProduced});