ParseLiveListEvent<T extends ParseObject> constructor

ParseLiveListEvent<T extends ParseObject>(
  1. int _index,
  2. T _object
)

Implementation

ParseLiveListEvent(this._index, this._object);