twist property

int get twist

Implementation

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

Implementation

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