hasServices property

bool get hasServices

Returns true if services is not null, otherwise false.

Implementation

bool get hasServices => services != null;