angle property

int angle

Implementation

int get angle => js_util.getProperty(this, 'angle');
void angle=(int newValue)

Implementation

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