allowedServices property

dynamic allowedServices

Implementation

dynamic get allowedServices => js_util.getProperty(this, 'allowedServices');
void allowedServices=(dynamic newValue)

Implementation

set allowedServices(dynamic newValue) {
  js_util.setProperty(this, 'allowedServices', newValue);
}