QueryEvent constructor

QueryEvent(
  1. DataSnapshot snapshot, [
  2. String? prevChildKey
])

Creates a new QueryEvent with snapshot and optional prevChildKey.

Implementation

QueryEvent(this.snapshot, [this.prevChildKey]);