updated method
Implementation
void updated({int? at}) {
final now = at ?? DateTime.now().toUtc().millisecondsSinceEpoch;
updatedAt = now;
onUpdated();
}
void updated({int? at}) {
final now = at ?? DateTime.now().toUtc().millisecondsSinceEpoch;
updatedAt = now;
onUpdated();
}