finished property

List<ServiceOfJournal> finished

Implementation

List<ServiceOfJournal> get finished =>
    ref.watch(servicesOfJournalProvider(this))[ServiceState.finished] ?? [];