setLocalization method

void setLocalization(
  1. K loc
)

Implementation

void setLocalization(K loc) {
  _loc ??= loc;
}