strides property

Iterable<int> strides

Implementation

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

Implementation

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