allowedServices property
dynamic
get
allowedServices
Implementation
dynamic get allowedServices => js_util.getProperty(this, 'allowedServices');
set
allowedServices
(dynamic newValue)
Implementation
set allowedServices(dynamic newValue) {
js_util.setProperty(this, 'allowedServices', newValue);
}