entryFor method

CategoryProgressEntry? entryFor(
  1. String categoryId, {
  2. DateTime? now,
})

Implementation

CategoryProgressEntry? entryFor(String categoryId, {DateTime? now}) =>
    _recentEntryFor(categoryId, now: now);