withB method

OkLab withB(
  1. double b
)

Implementation

OkLab withB(double b) {
  return copyWith(b: b);
}