NotifyAction constructor

NotifyAction({
  1. required String id,
  2. required String label,
})

Implementation

NotifyAction({required this.id, required this.label});