hasGetIncludedServiceFunction method

bool hasGetIncludedServiceFunction()

Check to see if the getIncludedService function exists on the js object.

The function will not exists if the current service doesn't have any included services.

See:

Implementation

bool hasGetIncludedServiceFunction() =>
    _JSUtil.hasProperty(_jsObject, "getIncludedService");