DropzoneEvent<T> constructor

DropzoneEvent<T>(
  1. int viewId, [
  2. T? value
])

Implementation

DropzoneEvent(this.viewId, [this.value]);