strides property

Iterable<int> get strides

Implementation

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

Implementation

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