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