InflationRate constructor

const InflationRate({
  1. required double total,
  2. required double validator,
  3. required double foundation,
  4. required int epoch,
})

Implementation

const InflationRate(
    {required this.total,
    required this.validator,
    required this.foundation,
    required this.epoch});