kLikelyDateKeys top-level constant
Field names commonly representing dates.
Implementation
const Set<String> kLikelyDateKeys = <String>{
'createdAt',
'updatedAt',
'achievedAt',
'targetDate',
'lastAttemptAt',
'startDate',
'endDate',
'deletedAt',
'timestamp',
};