SeedUpdatedAt.value constructor
const
SeedUpdatedAt.value(
- DateTime value
Uses value as the seed timestamp.
Example:
seedUpdatedAt: SeedUpdatedAt.value(user.fetchedAt)
Implementation
const factory SeedUpdatedAt.value(DateTime value) = SeedUpdatedAtValue._;