SeedUpdatedAt.value constructor

const SeedUpdatedAt.value(
  1. DateTime value
)

Uses value as the seed timestamp.

Example:

seedUpdatedAt: SeedUpdatedAt.value(user.fetchedAt)

Implementation

const factory SeedUpdatedAt.value(DateTime value) = SeedUpdatedAtValue._;