ParseLiveListUpdateEvent<T extends ParseObject> constructor

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

Implementation

ParseLiveListUpdateEvent(super.index, super.object);