kLikelyDateKeys top-level constant

Set<String> const kLikelyDateKeys

Field names commonly representing dates.

Implementation

const Set<String> kLikelyDateKeys = <String>{
  'createdAt',
  'updatedAt',
  'achievedAt',
  'targetDate',
  'lastAttemptAt',
  'startDate',
  'endDate',
  'deletedAt',
  'timestamp',
};