position property

int? position

Implementation

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

Implementation

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