rejected property

List<ServiceOfJournal> rejected

Implementation

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