setLocalization<T> method

void setLocalization<T>(
  1. T loc
)

Implementation

void setLocalization<T>(T loc) => _loc ??= loc;