Face4 constructor

Face4(
  1. int a,
  2. int b,
  3. int c,
  4. int d,
)

Implementation

Face4(this.a, this.b, this.c, this.d);