Transformation constructor

const Transformation(
  1. num a,
  2. num b,
  3. num c,
  4. num d,
)

Implementation

const Transformation(this.a, this.b, this.c, this.d);