transports property

Iterable<String> transports

Implementation

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

Implementation

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