WatchSessionInfo constructor

WatchSessionInfo({
  1. String? queryID,
  2. int currentEventId = 0,
  3. List currentDocs = const [],
  4. int? expectEventId = 0,
})

Implementation

WatchSessionInfo(
    {this.queryID,
    this.currentEventId = 0,
    this.currentDocs = const [],
    this.expectEventId = 0});