ParseLiveListDeleteEvent<T extends ParseObject> constructor

ParseLiveListDeleteEvent<T extends ParseObject>(
  1. int index,
  2. T object
)

Implementation

ParseLiveListDeleteEvent(super.index, super.object);