HealthService constructor
HealthService({
- String roleName = HealthService.DEFAULT_ROLE_NAME,
Create a new HealthService with a default role name, if not specified.
Implementation
HealthService({super.roleName = HealthService.DEFAULT_ROLE_NAME});