nested property

Event<Event<T>> get nested

Implementation

Event<Event<T>> get nested => Event<Event<T>>(type, this);