isNotification property
bool
get
isNotification
Returns true if this is a notification event.
Implementation
bool get isNotification => type == DataWedgeEventType.notification;
Returns true if this is a notification event.
bool get isNotification => type == DataWedgeEventType.notification;