dir property
NotificationDirection?
get
dir
Implementation
_i3.NotificationDirection? get dir => switch (_i4.getProperty(
this,
'dir',
)) {
_i2.String name => _i3.NotificationDirectionOptions.values.byName(name),
_ => null
};
set
dir
(NotificationDirection? value)
Implementation
set dir(_i3.NotificationDirection? value) {
_i4.setProperty(
this,
'dir',
value?.name ?? _i6.undefined ?? _i6.undefined,
);
}