needUri method

bool needUri(
  1. Notification notification
)

Implementation

bool needUri(Notification notification) {
  return notification.reasonSubject != null ||
      notification.reason == "mention";
}