FakeSnapshotSource constructor

FakeSnapshotSource([
  1. GraphSnapshot? _current
])

Creates the fake source with an optional initial current.

Implementation

FakeSnapshotSource([this._current]);