axis property

int get axis

Implementation

int get axis => js_util.getProperty(this, 'axis');
set axis (int newValue)

Implementation

set axis(int newValue) {
  js_util.setProperty(this, 'axis', newValue);
}