nu property

dynamic get nu

Implementation

get nu => notificationInfo.value;
set nu (dynamic value)

Implementation

set nu(value) => notificationInfo.value = value;