hasUpdatedLaterThan method Null safety
- int time
Implementation
bool hasUpdatedLaterThan(int time) {
return hasCreatedLaterThan(time) && updatedAt > time;
}
bool hasUpdatedLaterThan(int time) {
return hasCreatedLaterThan(time) && updatedAt > time;
}