NodeAddEvent<T> constructor

const NodeAddEvent<T>(
  1. List<T> items
)

Implementation

const NodeAddEvent(this.items);