Line constructor

const Line(
  1. double a,
  2. double b,
  3. double c
)

Implementation

const Line(this.a, this.b, this.c);