value<T> method

dynamic value <T>()

Returs the value of a registered event. It is null if no such event has been registered.

Implementation

static value<T>() {
  return Event._registry[T];
}