dilations property

Iterable<int> get dilations

Implementation

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

Implementation

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