makeCount method

void makeCount(
  1. int count
)

Implementation

void makeCount(int count) {
  seenAt = DateTime.now().toUtc().toIso8601String();
  unreadCount = count;
}