InstantSnapshotsScopedList constructor

InstantSnapshotsScopedList({
  1. List<InstantSnapshot>? instantSnapshots,
  2. InstantSnapshotsScopedListWarning? warning,
})

Implementation

InstantSnapshotsScopedList({
  this.instantSnapshots,
  this.warning,
});