ReorderListComponent constructor

ReorderListComponent(
  1. NgZone _ngZone
)

Implementation

ReorderListComponent(this._ngZone) {
  _subscriptions = <HtmlElement, List<StreamSubscription>>{};
  _dragSubscriptions = <HtmlElement, StreamSubscription>{};
}