notificationDataResponseFromJson function
Implementation
NotificationDataResponse notificationDataResponseFromJson(String str) =>
NotificationDataResponse.fromJson(json.decode(str));
NotificationDataResponse notificationDataResponseFromJson(String str) =>
NotificationDataResponse.fromJson(json.decode(str));