Line constructor

const Line(
  1. Angle slope,
  2. num bias
)

Implementation

const Line(this.slope, this.bias);