Halving constructor

Halving({
  1. int blocks = 0,
  2. int days = 0,
})

Implementation

Halving({
  this.blocks = 0,
  this.days = 0,
});