NotificationBell constructor

const NotificationBell({
  1. Key? key,
  2. required String orgId,
})

Implementation

const NotificationBell({super.key, required this.orgId});