DriftTimestampStore constructor

const DriftTimestampStore(
  1. GeneratedDatabase _db
)

Creates a DriftTimestampStore backed by the given Drift GeneratedDatabase.

Implementation

const DriftTimestampStore(this._db);