hasNotServices property

bool get hasNotServices

Returns true if services is null, otherwise false.

Implementation

bool get hasNotServices => !hasServices;