collection property

Service? collection
getter/setter pair

The main service, or collection of services, of the program, if any.

This service may be shut down, restarted, or have its onDisconnect handler called.

Implementation

Service? collection;