service property

Health? get service

A handle to the Health plugin. Returns null if the service is not yet configured.

Implementation

Health? get service => configuration == null ? null : _service ??= Health();