NotificationResponse constructor
const
NotificationResponse({})
Constructs an instance of NotificationResponse
Implementation
const NotificationResponse({
required this.notificationResponseType,
this.id,
this.actionId,
this.input,
this.payload,
this.data = const <String, dynamic>{},
});