position property

int? get position

Implementation

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

Implementation

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