DBSnapshotMessage constructor

DBSnapshotMessage({
  1. List<DBSnapshot>? dBSnapshots,
  2. String? marker,
})

Implementation

DBSnapshotMessage({
  this.dBSnapshots,
  this.marker,
});