NotifierEvent<T> constructor

NotifierEvent<T>(
  1. T prev,
  2. T next
)

Implementation

NotifierEvent(this.prev, this.next);