Lab constructor

const Lab(
  1. double l,
  2. double a,
  3. double b
)

Implementation

const Lab(
  this.l,
  this.a,
  this.b,
);