outDated property

List<ServiceOfJournal> outDated

Implementation

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