dir property
SpatialNavigationDirection
get
dir
Implementation
SpatialNavigationDirection get dir =>
SpatialNavigationDirection.fromValue(js_util.getProperty(this, 'dir'));
set
dir
(SpatialNavigationDirection newValue)
Implementation
set dir(SpatialNavigationDirection newValue) {
js_util.setProperty(this, 'dir', newValue.value);
}