UnmodifiableSnapshotView constructor Null safety

UnmodifiableSnapshotView(
  1. Snapshot _snapshot
)

Implementation

UnmodifiableSnapshotView(this._snapshot);