of method

IAtomic of(
  1. String counterName
)

Implementation

IAtomic of(String counterName) => new AtomicService(counterName);