NodeRemoveEvent<T> constructor

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

Implementation

const NodeRemoveEvent(this.items);