of static method

LazyNotifier of(
  1. String name
)

Implementation

static LazyNotifier of(String name) {
  return _proxies[name] ??= LazyNotifier._();
}