ErrorNotification constructor

ErrorNotification({
  1. required String message,
})

Implementation

ErrorNotification({required this.message});