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