DocumentSnapshotPair<T> constructor

DocumentSnapshotPair<T>({
  1. required DocumentSnapshot<T> current,
  2. required DocumentSnapshot<T>? old,
})

Implementation

DocumentSnapshotPair({required this.current, required this.old});