NotificationResponse constructor
const
NotificationResponse({
- required NotificationResponseType notificationResponseType,
- int? id,
- String? actionId,
- String? input,
- String? payload,
Constructs an instance of NotificationResponse
Implementation
const NotificationResponse({
required this.notificationResponseType,
this.id,
this.actionId,
this.input,
this.payload,
});