hasGetIncludedServicesFunction method

bool hasGetIncludedServicesFunction()

ignore: deprecated_member_use_from_same_package Check to see if the getIncludedServices function exists on the js object.

It may not exist on some browsers.

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

See:

ignore: deprecated_member_use_from_same_package

Implementation

bool hasGetIncludedServicesFunction() =>
    _JSUtil.hasProperty(_jsObject, "getIncludedServices");