notifications property

List<InternalNotification>? notifications

Implementation

List<InternalNotification>? get notifications {
  return _notifications;
}