dir property

Implementation

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

Implementation

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