withA method

OkLab withA(
  1. double a
)

Implementation

OkLab withA(double a) {
  return copyWith(a: a);
}