NotificationCallBackDetails constructor

NotificationCallBackDetails({
  1. required EventType eventType,
  2. required NotificationMessage message,
  3. required String? argrument,
  4. required Map<String, dynamic> userInput,
})

Implementation

NotificationCallBackDetails(
    {required this.eventType,
    required this.message,
    required this.argrument,
    required this.userInput});