axes property

Iterable<int> axes

Implementation

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

Implementation

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