ParseLiveListAddEvent<T extends ParseObject> constructor

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

Implementation

ParseLiveListAddEvent(super.index, super.object);