isNotification property

bool get isNotification

Returns true if this is a notification event.

Implementation

bool get isNotification => type == DataWedgeEventType.notification;