completedTasks property

Set<int> get completedTasks

Implementation

Set<int> get completedTasks => Set.unmodifiable(_completedTasks);