IsSubscribeToNotification property
bool
get
IsSubscribeToNotification
Implementation
bool get IsSubscribeToNotification => _IsSubscribeToNotification != FALSE;
set
IsSubscribeToNotification
(bool value)
Implementation
set IsSubscribeToNotification(bool value) =>
_IsSubscribeToNotification = value ? TRUE : FALSE;