haveNotification property
bool
get
haveNotification
hook for checking if NotificationMessage queues are empty.
Implementation
bool get haveNotification => notifications.isNotEmpty;
hook for checking if NotificationMessage queues are empty.
bool get haveNotification => notifications.isNotEmpty;