completedTasks property

Set<int> get completedTasks

Implementation

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