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