Linear constructor

const Linear(
  1. double n, [
  2. double? p1,
  3. double? p2
])

Implementation

const Linear(this.n, [this.p1, this.p2]);