RiskRatio constructor

const RiskRatio(
  1. double ratio,
  2. double lower,
  3. double upper
)

Implementation

const RiskRatio(this.ratio, this.lower, this.upper);