services property

Iterable services

Implementation

Iterable<dynamic> get services => js_util.getProperty(this, 'services');
void services=(Iterable newValue)

Implementation

set services(Iterable<dynamic> newValue) {
  js_util.setProperty(this, 'services', newValue);
}