dilations property

Iterable<int> dilations

Implementation

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

Implementation

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