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