servicesOf property

List<ServiceEntry> servicesOf

List of services(it names), one for all clients.

Since workers could potentially work on two different organizations (half rate in each), with different service list, store services in worker profile.

Implementation

List<ServiceEntry> get servicesOf => state.services;