notificationDataResponseToJson function
Implementation
String notificationDataResponseToJson(NotificationDataResponse data) =>
json.encode(data.toJson());
String notificationDataResponseToJson(NotificationDataResponse data) =>
json.encode(data.toJson());