get static method

ValueNotifier? get(
  1. dynamic target
)

Implementation

static ValueNotifier? get(dynamic target) {
  return _listenerMap[target];
}