dir property

Implementation

SpatialNavigationDirection get dir =>
    SpatialNavigationDirection.fromValue(js_util.getProperty(this, 'dir'));
void dir=(SpatialNavigationDirection newValue)

Implementation

set dir(SpatialNavigationDirection newValue) {
  js_util.setProperty(this, 'dir', newValue.value);
}