recordUsage method
Increments the usage count and updates timestamp.
Implementation
void recordUsage() {
count++;
timestamp = DateTime.now();
}
Increments the usage count and updates timestamp.
void recordUsage() {
count++;
timestamp = DateTime.now();
}