Confidence constructor

const Confidence(
  1. num probability,
  2. double lower,
  3. double upper
)

Implementation

const Confidence(this.probability, this.lower, this.upper);